diff --git a/docs/Makefile b/docs/Makefile index a5ca6ea6a1..7b9fdc0b39 100644 --- a/docs/Makefile +++ b/docs/Makefile @@ -195,6 +195,7 @@ PAGES = \ tutorial.html \ mk-ca-bundle.html \ mqtt.html \ + optionsall.html \ optionswhen.html \ projdocs.html \ protdocs.html \ @@ -265,6 +266,12 @@ optionswhen.html: _optionswhen.html optionswhen.gen optionswhen.gen: $(DOCROOT)/options-in-versions optionswhen.pl ./optionswhen.pl $< > $@ +optionsall.html: _optionsall.html optionsall.gen + $(ACTION) + +optionsall.gen: $(DOCROOT)/options-in-versions alloptions.pl + ./alloptions.pl $< > $@ + curl.1: ../cvssource/docs/cmdline-opts/*.d (cd ../cvssource/docs/cmdline-opts && perl gen.pl mainpage *.d) > curl.1 diff --git a/docs/_optionsall.html b/docs/_optionsall.html new file mode 100644 index 0000000000..48c6c4a811 --- /dev/null +++ b/docs/_optionsall.html @@ -0,0 +1,37 @@ +#include "_doctype.html" + +
+[ sort on version | sort on option name ] +
+ +#include "optionsall.gen" + +#include "_footer.html" + + +