enable docs build for distcheck

Original commit message from CVS:
enable docs build for distcheck
This commit is contained in:
Thomas Vander Stichele 2005-09-03 14:20:10 +00:00
parent 3634ad7ef6
commit 10aaff00e3
2 changed files with 2 additions and 3 deletions

View file

@ -1,5 +1,4 @@
PACKAGE = @PACKAGE@
VERSION = @VERSION@
DISTCHECK_CONFIGURE_FLAGS=--enable-gtk-doc --enable-docbook
if BUILD_TESTS
## SUBDIRS_TESTS = tests testsuite

View file

@ -8,7 +8,7 @@ install-data-local: html
cp -pr $(HTML_DAT) $(DESTDIR)$(docdir)/$(DOC)
uninstall-local:
for part in $(HTML_DAT); do rm -rf $(DESTDIR)$(docdir)/$$part; done
for part in $(HTML_DAT); do rm -rf $(DESTDIR)$(docdir)/$(DOC)/$$part; done
if test -d $(DESTDIR)$(docdir)/$(DOC); then rmdir $(DESTDIR)$(docdir)/$(DOC); fi
else
install-data-local: