diff options
author | Simon Josefsson <simon@josefsson.org> | 2010-05-22 22:54:01 +0200 |
---|---|---|
committer | Simon Josefsson <simon@josefsson.org> | 2010-05-22 22:54:01 +0200 |
commit | a3c6eb56d34e0816fe305c4e00b55adaa8788094 (patch) | |
tree | c7d4c62e4b2a7c3c19f163870b994b0349728b91 /cfg.mk | |
parent | c8d5ab554fd46c516d774516dc1f0d7b00db7f3f (diff) | |
download | gnutls-a3c6eb56d34e0816fe305c4e00b55adaa8788094.tar.gz |
Also build PDF manual.
Diffstat (limited to 'cfg.mk')
-rw-r--r-- | cfg.mk | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -21,7 +21,7 @@ WFLAGS ?= --enable-gcc-warnings ADDFLAGS ?= -CFGFLAGS ?= --enable-gtk-doc $(ADDFLAGS) $(WFLAGS) +CFGFLAGS ?= --enable-gtk-doc --enable-gtk-doc-pdf $(ADDFLAGS) $(WFLAGS) INDENT_SOURCES = `find . -name \*.[ch] -o -name gnutls.h.in | grep -v -e ^./build-aux/ -e ^./lib/minitasn1/ -e ^./lib/build-aux/ -e ^./lib/gl/ -e ^./gl/ -e ^./libextra/gl/ -e ^./src/cfg/ -e -gaa.[ch] -e asn1_tab.c` @@ -115,7 +115,7 @@ web: cd doc && ../build-aux/gendocs.sh --html "--css-include=texinfo.css" \ -o ../$(htmldir)/devel/manual/ $(PACKAGE) "$(PACKAGE_NAME)" cd doc/doxygen && doxygen && cd ../.. && cp -v doc/doxygen/html/* $(htmldir)/devel/doxygen/ && cd doc/doxygen/latex && make refman.pdf && cd ../../../ && cp doc/doxygen/latex/refman.pdf $(htmldir)/devel/doxygen/$(PACKAGE).pdf - cp -v doc/reference/html/*.html doc/reference/html/*.png doc/reference/html/*.devhelp doc/reference/html/*.css $(htmldir)/devel/reference/ + cp -v doc/reference/$(PACKAGE).pdf doc/reference/html/*.html doc/reference/html/*.png doc/reference/html/*.devhelp doc/reference/html/*.css $(htmldir)/devel/reference/ cp -v doc/cyclo/cyclo-$(PACKAGE).html $(htmldir)/cyclo/ upload-web: |