aboutsummaryrefslogtreecommitdiff
path: root/Makefile.doc (follow)
Commit message (Collapse)AuthorAge
* For the convenience of Linux package maintainers, add to Makefile.gtkSimon Tatham2012-08-17
| | | | | | | | | | | | | and Makefile.doc a command-line parameter 'BINPREFIX' which will be prepended to all the game binary names. E.g. 'make BINPREFIX=sgt-' and 'make BINPREFIX=sgt- install', and correspondingly 'make -f Makefile.doc BINPREFIX=sgt-'. Also included in this commit by mistake, changes to singles.c to add \n to the end of all its debug() statements. I meant to commit that separately. Oops. [originally from svn r9606]
* Ability to build a .CHM for Puzzles. I haven't yet arranged for itSimon Tatham2006-12-23
| | | | | | to be used by the Windows binaries; that's the next step. [originally from svn r7006]
* Shiny new developer documentation to replace the old sketchy HACKINGSimon Tatham2005-07-28
| | | | | | guide. [originally from svn r6142]
* Add HACKING to main doc build.Jacob Nevins2005-07-05
| | | | [originally from svn r6063]
* Just for convenience, a docs Makefile, outside the main mkfiles.plSimon Tatham2004-08-16
structure. [originally from svn r4462]