Auto-generate the man page
authorColin Clark <cclark@carbon>
Tue, 16 Nov 2021 12:35:35 +0000 (12:35 +0000)
committerColin Clark <cclark@carbon>
Tue, 16 Nov 2021 12:35:35 +0000 (12:35 +0000)
commit84836e34fe06ff4b8f876cd41ac494c23ae9347e
tree203ab350d2e5ec40eba8c06d5dcff31cd3bb5445
parent31197b3d4f2ee55c84a2ae5c71995e2c5dad91c8
Auto-generate the man page

Auto-generate the man page and the Command Line Options section of the
Help file

Additionally:
- exclude options not preceded by a hyphen from the --help output (but
still process the option)
 - --help outputs both main and remote options
 - include only command line options in the man page
 - fix Lua Api Help file problem
CHECKLIST.md
CODING.md
README.md
doc/Makefile.am
doc/docbook/CommandLineOptions.xml [new file with mode: 0644]
doc/docbook/GuideReferenceCommandLine.xml
geeqie.1
scripts/generate-man-page.sh [new file with mode: 0755]
src/main.c
src/remote.c