summaryrefslogtreecommitdiff
path: root/cfg.mk
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2008-11-05 15:01:51 +0100
committerSimon Josefsson <simon@josefsson.org>2008-11-05 15:01:51 +0100
commitd5fd2776f34683a62369b700b0f10720e09e98e2 (patch)
treec364813e9046f4f7ab34074ce31ab1e3ca3e2bc7 /cfg.mk
parent8252dde50b3b1542efeec55b667791aa14fa2aad (diff)
downloadlibtasn1-d5fd2776f34683a62369b700b0f10720e09e98e2.tar.gz
libtasn1-d5fd2776f34683a62369b700b0f10720e09e98e2.tar.bz2
libtasn1-d5fd2776f34683a62369b700b0f10720e09e98e2.zip
Add texinfo stylesheet.
Diffstat (limited to 'cfg.mk')
-rw-r--r--cfg.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/cfg.mk b/cfg.mk
index 201c1b7..a5582c8 100644
--- a/cfg.mk
+++ b/cfg.mk
@@ -66,7 +66,8 @@ upload:
cp $(distdir).tar.gz $(distdir).tar.gz.sig ../releases/gnutls/$(PACKAGE)/
webdocs:
- cd doc && ../build-aux/gendocs.sh -o ../$(htmldir)/manual $(PACKAGE) "$(PACKAGE_NAME)"
+ 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/
upload-web: