summaryrefslogtreecommitdiff
path: root/doc/gf-developers.t2t
diff options
context:
space:
mode:
authorJohn J. Camilleri <john@johnjcamilleri.com>2018-11-27 22:51:44 +0100
committerJohn J. Camilleri <john@johnjcamilleri.com>2018-11-27 22:51:44 +0100
commit14d35c8a31d96348d951375fbc9b73fddd8495b9 (patch)
tree992e76ce0a58b04e5392295c2328c2462744eba8 /doc/gf-developers.t2t
parent9bf5c98509d5550dfba52eb04606441bd86461b7 (diff)
Various fixes & cleanup in doc/ folder
Diffstat (limited to 'doc/gf-developers.t2t')
-rw-r--r--doc/gf-developers.t2t22
1 files changed, 1 insertions, 21 deletions
diff --git a/doc/gf-developers.t2t b/doc/gf-developers.t2t
index dbc7fe960..f90feb115 100644
--- a/doc/gf-developers.t2t
+++ b/doc/gf-developers.t2t
@@ -1,16 +1,8 @@
GF Developers Guide
-Authors: Björn Bringert, Krasimir Angelov and Thomas Hallgren
-Last update: %%mtime(%F, %H:%M)
-% NOTE: this is a txt2tags file.
-% Create an html file from this file using:
-% txt2tags -t html gf-developers.t2t
+2018-07-26
-%!style:../css/style.css
-%!target:html
%!options(html): --toc
-%!encoding:utf-8
-%!postproc(html): <H1> <H1><a href="../"><IMG src="../doc/Logos/gf0.png"></a>
== Before you start ==
@@ -63,18 +55,6 @@ Other required tools included in the Haskell Platform are
and
[Happy http://www.haskell.org/happy/].
-%=== Darcs ===
-%
-%To get the GF source code, you also need //Darcs//, version 2 or later.
-%Darcs 2.10 is recommended (July 2015).
-%
-%//Darcs//
-%is a distributed version control system, see http://darcs.net/ for
-%more information. There are precompiled packages for many platforms
-%available and source code if you want to compile it yourself. Darcs
-%is also written in Haskell and so you can use GHC to compile it.
-
-
=== Git ===
To get the GF source code, you also need //Git//.