Skip to content

Commit

Permalink
docs/Makefile: build curl.1 if missing
Browse files Browse the repository at this point in the history
  • Loading branch information
bagder committed Jan 23, 2017
1 parent 3cbd843 commit e31bd6b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,9 @@ manpage.html: _manpage.html $(MAINPARTS) mandump.gen $(ROOT)/manpage.t
mandump.gen: $(DOCROOT)/curl.1
$(MAN2HTML) < $(DOCROOT)/curl.1 > mandump.gen

$(DOCROOT)/curl.1:
make -C $(DOCROOT) curl.1

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

Expand Down

0 comments on commit e31bd6b

Please sign in to comment.