For the convenience of Linux package maintainers, add to Makefile.gtk
authorsimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Fri, 17 Aug 2012 19:58:53 +0000 (19:58 +0000)
committersimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Fri, 17 Aug 2012 19:58:53 +0000 (19:58 +0000)
commit2e215ca91f5ba292166531b57c0ecddf10b1f8f7
treea46f91b5f5cea352039ab72d07e41297553b824c
parent32cabe4cb86531a3a71a57853a03cc6771b319ac
For the convenience of Linux package maintainers, add to Makefile.gtk
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.

git-svn-id: svn://svn.tartarus.org/sgt/puzzles@9606 cda61777-01e9-0310-a592-d414129be87e
Makefile.doc
Recipe
mkfiles.pl
puzzles.but
singles.c