Loading Makefile.am +2 −2 Original line number Diff line number Diff line Loading @@ -160,10 +160,10 @@ dist-hook: done) html: cd docs; make html cd docs && make html pdf: cd docs; make pdf cd docs && make pdf check: test examples check-docs Loading docs/Makefile.am +2 −2 Original line number Diff line number Diff line Loading @@ -45,10 +45,10 @@ MAN2HTML= roffit < $< >$@ SUFFIXES = .1 .html .pdf html: $(HTMLPAGES) cd libcurl; make html cd libcurl && make html pdf: $(PDFPAGES) cd libcurl; make pdf cd libcurl && make pdf .1.html: $(MAN2HTML) Loading docs/libcurl/Makefile.am +2 −2 Original line number Diff line number Diff line Loading @@ -99,13 +99,13 @@ libcurl-symbols.3: $(srcdir)/symbols-in-versions $(srcdir)/mksymbolsmanpage.pl perl $(srcdir)/mksymbolsmanpage.pl < $(srcdir)/symbols-in-versions > $@ html: $(HTMLPAGES) cd opts; make html cd opts && make html .3.html: $(MAN2HTML) pdf: $(PDFPAGES) cd opts; make pdf cd opts && make pdf .3.pdf: @(foo=`echo $@ | sed -e 's/\.[0-9]$$//g'`; \ Loading Loading
Makefile.am +2 −2 Original line number Diff line number Diff line Loading @@ -160,10 +160,10 @@ dist-hook: done) html: cd docs; make html cd docs && make html pdf: cd docs; make pdf cd docs && make pdf check: test examples check-docs Loading
docs/Makefile.am +2 −2 Original line number Diff line number Diff line Loading @@ -45,10 +45,10 @@ MAN2HTML= roffit < $< >$@ SUFFIXES = .1 .html .pdf html: $(HTMLPAGES) cd libcurl; make html cd libcurl && make html pdf: $(PDFPAGES) cd libcurl; make pdf cd libcurl && make pdf .1.html: $(MAN2HTML) Loading
docs/libcurl/Makefile.am +2 −2 Original line number Diff line number Diff line Loading @@ -99,13 +99,13 @@ libcurl-symbols.3: $(srcdir)/symbols-in-versions $(srcdir)/mksymbolsmanpage.pl perl $(srcdir)/mksymbolsmanpage.pl < $(srcdir)/symbols-in-versions > $@ html: $(HTMLPAGES) cd opts; make html cd opts && make html .3.html: $(MAN2HTML) pdf: $(PDFPAGES) cd opts; make pdf cd opts && make pdf .3.pdf: @(foo=`echo $@ | sed -e 's/\.[0-9]$$//g'`; \ Loading