summaryrefslogtreecommitdiff
path: root/cfg.mk
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2010-05-20 14:53:10 +0200
committerSimon Josefsson <simon@josefsson.org>2010-05-20 14:58:22 +0200
commitf78c3f7ca8b798f7be09a989b08f99d6cde5205d (patch)
tree275cddd62ecccc68e3bed97b74e314f7a6d6c7f6 /cfg.mk
parent1e1c6702f4b0a7b9b7d95a1c2ef52d98b7151a39 (diff)
downloadlibtasn1-f78c3f7ca8b798f7be09a989b08f99d6cde5205d.tar.gz
libtasn1-f78c3f7ca8b798f7be09a989b08f99d6cde5205d.tar.bz2
libtasn1-f78c3f7ca8b798f7be09a989b08f99d6cde5205d.zip
Build gtk-doc PDF by default and publish it.
Diffstat (limited to 'cfg.mk')
-rw-r--r--cfg.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/cfg.mk b/cfg.mk
index 4f9acb4..d52b68c 100644
--- a/cfg.mk
+++ b/cfg.mk
@@ -19,7 +19,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]|grep -v -e ^./gl -e ^./lib/gl -e ^./build-aux/ -e ^./lib/ASN1.c -e ^./tests/Test_tree_asn1_tab.c`
@@ -81,7 +81,7 @@ upload:
web:
cd doc && ../build-aux/gendocs.sh --html "--css-include=texinfo.css" \
-o ../$(htmldir)/manual/ $(PACKAGE) "$(PACKAGE_NAME)"
- cp -v doc/reference/html/*.html doc/reference/html/*.png doc/reference/html/*.devhelp doc/reference/html/*.css $(htmldir)/reference/
+ cp -v doc/reference/$(PACKAGE).pdf doc/reference/html/*.html doc/reference/html/*.png doc/reference/html/*.devhelp doc/reference/html/*.css $(htmldir)/reference/
cp -v doc/cyclo/cyclo-$(PACKAGE).html $(htmldir)/cyclo/index.html
upload-web: