summaryrefslogtreecommitdiff
path: root/doc/gf-developers.t2t
AgeCommit message (Collapse)Author
2017-06-30Updates to reflect the darcs->git move in the developer guide and the ↵Thomas Hallgren
download page & release notes for the next release
2016-06-17Documentation updateshallgren
Remove ghc-7.4 from the list of tested/recommended versions of GHC (because of Hackage dependency problems). Recommend version 7.10.3 of the Haskell Platform. (GHC 8.0.1 works too, but I haven't tested the corresponding Haskell Platform packages.)
2016-06-16A few documentation updateshallgren
gf.cabal: include more GHC versions in the Tested-Width field.
2015-09-14doc/gf-developers.t2t: script name for installing the C run-time was wrong, ↵hallgren
should be setup.sh
2015-09-14doc/gf-developers.t2t: some updateshallgren
2015-06-25Documentation updates for the release of GF 3.7hallgren
2015-06-23doc/gf-developers.t2t: add a note about parallel buildshallgren
Also added a note that partial builds (cabal build rgl-none, etc) doesn't work with newer versions of cabal.
2014-09-23doc/gf-developers.t2t: add a note about how to create OS X Installer packageshallgren
2014-06-23doc/gf-developers.t2t: made the C run-time section a bit more informativehallgren
2014-06-17doc/gf-developers.t2t: quick note on how to compile the C run-time systemhallgren
Also a few other minor updates.
2013-11-29Minor release/download/developer doc changeshallgren
2013-08-08doc/gf-developers.t2t: add some notes on how to create .deb and .rpm packageshallgren
2013-04-29Download page & developers guide: add a section about known problems with Cabalhallgren
2013-01-30doc/gf-developers.t2t: updatedhallgren
2012-09-11doc/gf-developers: a few more small fixeshallgren
2012-09-11doc/gf-developers: fixed a typohallgren
2012-08-06Updated the GF Developers Guidehallgren
+ The instructions have been modernized and simplified slightly and should now work again. (I have not verified it on Windows.) Using 'cabal' instead of 'runghc Setup.hs' avoids some problems. + Also, download/index.html has simpler installation instructions sufficient for many users, so mention it in the main README file. + Also adjusted the main Makefile.
2012-05-15Quick updates to doc/gf-developers.t2thallgren
2010-12-22Documentation fixeshallgren
+ Rename some txt2tags file from .txt to .t2t and remove abandoned .txt files. + Add program update_html that finds all .t2t documents and updates the corresponding .html file. It can be invoked with 'make html'. + Add style to some .html documents