summaryrefslogtreecommitdiff
path: root/cfg.mk
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2011-04-09 09:24:15 +0200
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2011-04-09 09:24:15 +0200
commit078b384417a34d3eedab9179f71bfcbe9052a3e2 (patch)
treef4d255165635f8134962a7f09fde25783a2173ff /cfg.mk
parent5054e1ad156f9dafdc8e5fa2014320cc8d04fd27 (diff)
downloadgnutls-078b384417a34d3eedab9179f71bfcbe9052a3e2.tar.gz
updated
Diffstat (limited to 'cfg.mk')
-rw-r--r--cfg.mk10
1 files changed, 6 insertions, 4 deletions
diff --git a/cfg.mk b/cfg.mk
index bc63aeca7f..2c9d101c4c 100644
--- a/cfg.mk
+++ b/cfg.mk
@@ -22,6 +22,7 @@
WFLAGS ?= --enable-gcc-warnings
ADDFLAGS ?=
CFGFLAGS ?= --enable-gtk-doc --enable-gtk-doc-pdf $(ADDFLAGS) $(WFLAGS)
+PACKAGE ?= gnutls
INDENT_SOURCES = `find . -name \*.[ch] -o -name gnutls.h.in | grep -v -e ^./build-aux/ -e ^./lib/minitasn1/ -e ^./lib/build-aux/ -e ^./gl/ -e ^./src/cfg/ -e -gaa.[ch] -e asn1_tab.c -e ^./tests/suite/`
@@ -123,12 +124,13 @@ upload:
cp $(distdir).tar.bz2 $(distdir).tar.bz2.sig ../releases/$(PACKAGE)/
web:
+ echo generating documentation for $(PACKAGE)
cd doc && $(SHELL) ../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/$(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/
+ -o ../$(htmldir)/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)/reference/
+ #cp -v doc/cyclo/cyclo-$(PACKAGE).html $(htmldir)/cyclo/
upload-web:
cd $(htmldir) && \