diff options
author | Simon Josefsson <simon@josefsson.org> | 2008-11-05 15:01:51 +0100 |
---|---|---|
committer | Simon Josefsson <simon@josefsson.org> | 2008-11-05 15:01:51 +0100 |
commit | d5fd2776f34683a62369b700b0f10720e09e98e2 (patch) | |
tree | c364813e9046f4f7ab34074ce31ab1e3ca3e2bc7 /cfg.mk | |
parent | 8252dde50b3b1542efeec55b667791aa14fa2aad (diff) | |
download | libtasn1-d5fd2776f34683a62369b700b0f10720e09e98e2.tar.gz libtasn1-d5fd2776f34683a62369b700b0f10720e09e98e2.tar.bz2 libtasn1-d5fd2776f34683a62369b700b0f10720e09e98e2.zip |
Add texinfo stylesheet.
Diffstat (limited to 'cfg.mk')
-rw-r--r-- | cfg.mk | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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: |