summaryrefslogtreecommitdiff
path: root/man
AgeCommit message (Collapse)Author
2015-08-24man: Add documentation for IWAD search paths.Simon Howard
We now search in a bunch of different directories in order to find IWAD files to use to play with, and the logic is a bit complicated. Add some hopefully friendly documentation to explain where people can put their IWAD files to play with. Part of #597.
2015-05-01man: fix the very last hyphen used as minus signFabian Greffrath
2015-05-01man: fix one last hyphen used as minus signFabian Greffrath
2015-03-25man: Use \- to denote dashes. Fixes #512Mike Swanson
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-06-12Ignore some more autogenerated filesMike Swanson
2014-04-22Follow up for "fix man/Makefile for forks"Fabian Greffrath
2014-04-05Simplify INSTALL.template music notes.Simon Howard
Now that there is more extensive documentation in README.Music, remove some of the details from the INSTALL files and just include a reference to it.
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-11-17Update INSTALL template file to include upgrade instructions forSimon Howard
Heretic, Hexen and Strife (thanks chungy). Subversion-branch: /branches/v2-branch Subversion-revision: 2748
2013-10-28Use .items() rather than .iteritems() for compatibility with Python 2.7Simon Howard
and Python 3.0 (thanks chungy). Subversion-branch: /branches/v2-branch Subversion-revision: 2726
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-15Reword CMDLINE template lead-in text to be game agnostic.Simon Howard
Subversion-branch: /branches/v2-branch Subversion-revision: 2651
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-09-04Update INSTALL file to cover non-Doom games and GUS emulation feature.Simon Howard
Remove note about CDs that don't contain the IWADs on-disk as I don't think any exist. Subversion-branch: /branches/v2-branch Subversion-revision: 2636
2013-08-11Tweak intros to manpages. Fix category for -hhever argument.Simon Howard
Subversion-branch: /branches/v2-branch Subversion-revision: 2616
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-28Add vim modeline for text wrapping to documentation text files.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 2315
2011-03-10Minor tweaks to MacOS instructions.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 2301
2011-03-10Minor tweak to INSTALL instructions.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 2300
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
2010-12-18Add a M_CheckParmWithArgs function, that behaves like M_CheckParm butSimon Howard
also checks that extra options were provided on the command line (thanks Sander van Dijk). Subversion-branch: /trunk/chocolate-doom Subversion-revision: 2223
2010-12-12Add -privateserver and -servername options to chocolate-server manpage.Simon Howard
Add server registration option to setup tool (thanks exp(x)). Subversion-branch: /trunk/chocolate-doom Subversion-revision: 2220
2010-11-09Update Python scripts to work in Python 3.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 2162
2010-01-27Merge from trunk.Simon Howard
Subversion-branch: /branches/opl-branch Subversion-revision: 1829
2009-11-29Add other missing files to dist.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1743
2009-09-27Add documentation for OPL_DRIVER environment variable.Simon Howard
Subversion-branch: /branches/opl-branch Subversion-revision: 1693
2009-05-19Fix manpage documentation for DOOMWADPATH (thanks MikeRS)Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1526
2008-03-12Add "see also" sections to manpages and GPL note. Add "files" section toSimon Howard
chocolate-doom.6 Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1104
2008-02-26Don't sort config file variables alphabetically. Throw an exception forSimon Howard
unknown documentation comments. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1093
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-02-17Add command line option for server to allow client version checking toSimon Howard
be disabled. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1086
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
2008-01-12Make sure we credit Id in the manpage as well. Update copyright to 2008.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 998
2007-12-30Add environment variable section to manpage.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 996
2007-12-13Add a list of wiki pages to link to and automatically insert links.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 987
2007-12-13Add @vanilla tag for Vanilla doom command line options. Add missingSimon Howard
documentation for -nosound, -nomusic, -nosfx. Fix up some bugs with the docgen wikitext output and allow control over output of Vanilla options. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 984
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