Hi Bill,

I have my test scripts generating a list of available options from the
CMakeLists.txt file and was wondering if you could make a slight change
to the logic for Manpages. At present, Manpages and Docs use the
opposite logic to enable / disable:

-----
option (WSJT_SKIP_MANPAGES "Skip *nix manpage generation.")
option (WSJT_GENERATE_DOCS "Generate documentation files." ON)
-----

Would it be possible to make them both the same, something like:

-----
option (WSJT_GENERATE_MANPAGES "Generate manpages files, *Nix only." ON)
option (WSJT_GENERATE_DOCS "Generate documentation files." ON)
-----

If I understand the CMakeList.txt file properly, Manpages are only
generated for *Nix anyway. If the user doesn't want to install all the
Docs and Manpage package dependencies, they simply turn off one or both
with the same logic =OFF or if they want them both, leave =ON with no
change needed to the cmake configuration.

thanks

73's
Greg, KI7MT

------------------------------------------------------------------------------
Site24x7 APM Insight: Get Deep Visibility into Application Performance
APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month
Monitor end-to-end web transactions and take corrective actions now
Troubleshoot faster and improve end-user experience. Signup Now!
http://pubads.g.doubleclick.net/gampad/clk?id=267308311&iu=/4140
_______________________________________________
wsjt-devel mailing list
wsjt-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wsjt-devel

Reply via email to