Skip to content

Commit

Permalink
docs/Makefile: use the curl.1 in the cvssource dir (again)
Browse files Browse the repository at this point in the history
With the new docs build in the source dir, it harder to build it
separately (the *.d wildcard no longer works) but we also build the docs
more often now so doing it within the website as well is less important.
  • Loading branch information
bagder committed Jan 24, 2024
1 parent f123708 commit a286144
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions docs/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -276,10 +276,7 @@ optionsall.html: _optionsall.html optionsall.gen
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

mandump.gen: curl.1
mandump.gen: $(SRCROOT)/docs/curl.1
$(MAN2HTML) < $< > mandump.gen

mk-ca-bundle.html: _mk-ca-bundle.html $(MAINPARTS) mkdump.gen $(ROOT)/manpage.t
Expand Down

0 comments on commit a286144

Please sign in to comment.