Hello, This series of patches try to improve man documentations - for devs (WRaster & WINGs compilation options); - most command-line options in the man pages; - the compilation & installation manual; - and add some doc checks as part of "make check"
Regards, Christophe. .gitignore | 4 +- INSTALL-WMAKER | 385 ------------------ Makefile.am | 27 +- WINGs/Makefile.am | 25 +- WINGs/get-wings-flags | 33 ++ WINGs/get-wings-flags.in | 31 -- WINGs/get-wutil-flags | 33 ++ WINGs/get-wutil-flags.in | 31 -- autogen.sh | 3 +- configure.ac | 24 +- doc/Makefile.am | 89 ++++- doc/WPrefs.1x | 14 +- doc/build/Compilation.texi | 777 ++++++++++++++++++++++++++++++++++++ doc/build/Makefile.am | 12 +- doc/get-wings-flags.1 | 40 +- doc/get-wraster-flags.1 | 42 +- doc/get-wutil-flags.1 | 40 +- doc/geticonset.1x | 18 +- doc/getstyle.1x | 67 ++-- doc/seticons.1x | 10 +- doc/setstyle.1x | 55 +-- doc/wdread.1 | 31 -- doc/wdread.1x | 43 ++ doc/wdwrite.1x | 8 +- doc/wmagnify.1x | 34 +- doc/wmaker.1x | 161 -------- doc/wmaker.in | 166 ++++++++ doc/wmgenmenu.1 | 24 +- doc/wmsetbg.1x | 85 ---- doc/wmsetbg.in | 110 +++++ doc/wxcopy.1x | 30 +- doc/wxpaste.1x | 23 +- script/check-cmdline-options-doc.sh | 216 ++++++++++ script/generate-txt-from-texi.sh | 246 +++++++++++- script/replace-ac-keywords.sh | 167 ++++++++ src/Makefile.am | 10 +- src/appicon.c | 8 +- src/appicon.h | 2 +- src/dialog.c | 4 +- src/dock.c | 30 +- src/dock.h | 2 +- src/dockedapp.c | 8 +- src/event.c | 8 +- src/main.c | 2 + src/misc.c | 4 +- src/motif.c | 4 - src/screen.h | 2 +- src/startup.c | 4 +- src/wconfig.h.in | 3 - src/window.c | 6 +- src/xdnd.c | 14 +- util/seticons.c | 2 +- util/wmagnify.c | 8 +- util/wmsetbg.c | 2 +- util/wxpaste.c | 4 +- wrlib/Makefile.am | 13 +- wrlib/get-wraster-flags | 33 ++ wrlib/get-wraster-flags.in | 31 -- 58 files changed, 2247 insertions(+), 1061 deletions(-) delete mode 100644 INSTALL-WMAKER create mode 100755 WINGs/get-wings-flags delete mode 100644 WINGs/get-wings-flags.in create mode 100755 WINGs/get-wutil-flags delete mode 100644 WINGs/get-wutil-flags.in create mode 100644 doc/build/Compilation.texi delete mode 100644 doc/wdread.1 create mode 100644 doc/wdread.1x delete mode 100644 doc/wmaker.1x create mode 100644 doc/wmaker.in delete mode 100644 doc/wmsetbg.1x create mode 100644 doc/wmsetbg.in create mode 100755 script/check-cmdline-options-doc.sh create mode 100755 script/replace-ac-keywords.sh create mode 100755 wrlib/get-wraster-flags delete mode 100644 wrlib/get-wraster-flags.in -- 2.1.4 -- To unsubscribe, send mail to [email protected].
