summaryrefslogtreecommitdiff
path: root/man/Makefile.am
AgeCommit message (Collapse)Author
2014-12-29man: fix typo in manual generationFabian Greffrath
There was a slash separator missing Thanks sneakernets for the bug report! Fixes #498
2014-12-26allow building in subdirectory or outside source directoryDave Murphy
2014-04-22Follow up for "fix man/Makefile for forks"Fabian Greffrath
2014-04-05Fix man/Makefile for forksFabian Greffrath
The chocolate-{server,serup}.6 manpages are static and not auto-generated, so they do not get renamed when the @PROGRAM_PREFIX@ variable changes. This breaks the Make rules for forks, which will have to create their own server and setup manpages anyway. This reverts part of commit 08ad5553 by myself which introduced the issue. Fixes https://github.com/fabiangreffrath/crispy-doom/issues/2
2014-02-03Revert the more controversial changes in my previous pull request.Fabian Greffrath
Add back to binaries that are built and installed as _SCRIPTS targets. Copy instead of symbolic linking, the files are needed as binary copies anyway to allow for separate packaging of the game engines.
2014-01-20Some improvements to the build systemFabian Greffrath
1) Instead of copying chocolate-setup into chocolate-{doom,heretic,hexen,strife}-setup, respectively, check in configure for symbolic linking and use that if available (falls back to "cp -pR" if not). 2) Add $(icons_DATA) to CLEANFILES so they get removed in clean phase; they are generated from doom-png and setup.png, respectively. 3) Consistently use @PROGRAM_PREFIX@ instead of the hard-coded "chocolate-" in the rules for the man pages. 4) Generate one man page for each setup program by symbolic linking of chocolate-setup.6 (see 1), add them to the list of installed man pages and to CLEANFILES. 5) Remove the redundant $(EXEEXT) suffix from the setup binaries (they were missing for execgames_PROGRAMS, anyway)
2013-12-10build: fix not-honored --docdir settingJan Engelhardt
Despite using `./configure --docdir=XYZ` and/or `make docdir=XYZ`, the directory is ignored. Resolve that problem.
2013-12-04Don't clean static manpages (oops).Simon Howard
Subversion-branch: /branches/v2-branch Subversion-revision: 2757
2013-12-04Fix 'make clean' where some files were not being cleaned (thanksSimon Howard
fabian). Subversion-branch: /branches/v2-branch Subversion-revision: 2756
2013-09-21Fix make dist.Simon Howard
Subversion-branch: /branches/v2-branch Subversion-revision: 2676
2013-09-21Install documentation files into separate directories, one for eachSimon Howard
game. This will allow for easier Unix packaging. Subversion-branch: /branches/v2-branch Subversion-revision: 2672
2013-09-15Rework documentation system to generate INSTALL files tailored for theSimon Howard
different games. Subversion-branch: /branches/v2-branch Subversion-revision: 2652
2013-09-15Remove top-level CMDLINE documentation file and generate multipleSimon Howard
CMDLINE files, one for each game. Subversion-branch: /branches/v2-branch Subversion-revision: 2648
2013-08-10Split manpage.template into separate files for different games.Simon Howard
Subversion-branch: /branches/v2-branch Subversion-revision: 2614
2013-03-24Initial docgen changes to generate manpages for Heretic, Hexen, Strife.Simon Howard
Subversion-branch: /branches/v2-branch Subversion-revision: 2568
2011-05-17Add dependency for INSTALL generation.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 2341
2011-03-10Replace the INSTALL file with a template version that is customized toSimon Howard
different platforms. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 2299
2009-11-29Add other missing files to dist.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1743
2008-02-25Replace manpage header, footer, environment files with a single templateSimon Howard
file. Generate documentation for the default.cfg and chocolate-doom.cfg configuration files. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1091
2008-01-24Add manpages for chocolate-setup, chocolate-server, based on theSimon Howard
versions by Jon Dowland for the Chocolate Doom debian package (thanks!) Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1016
2007-12-30Add environment variable section to manpage.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 996
2007-09-04Fix build failure when python is not installed.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 969
2007-05-02Check in autoconf if python is installed; if not, don't run pythonSimon Howard
scripts. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 873
2007-03-26Fix docgen makefile dependencies.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 865
2006-12-26Remove command line options from README; move to autogenerated CMDLINESimon Howard
file. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 812
2006-12-25Fix up some text escaping errors. Add wikitext output for docgen.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 809
2006-12-24Javadoc-style self-documenting system for command line options.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 806
2006-11-29Remove use of m4; use "Chocolate Doom" when referring to the program bySimon Howard
its proper name. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 762
2006-08-31Add manual pages to buildSimon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 587