Do not install the generated documentation by default

* doc/manuals/Makefile.am: Do not install the generated
	documentation by default

Signed-off-by: Dodji Seketeli <dodji@redhat.com>
This commit is contained in:
Dodji Seketeli 2015-01-14 18:46:06 +01:00
parent 3ea7c4682e
commit 63c81f028d

View File

@ -181,7 +181,7 @@ clean-local:
-rm -rf $(BUILDDIR)/html
-rm -rf $(BUILDDIR)/doctrees
install-data-local: install-html-doc
install-man-and-info-doc:
-test -f $(BUILDDIR)/man/abidiff.7 && $(mkinstalldirs) $(DESTDIR)$(mandir)/man7
-for m in $(manpages); do test -f $(BUILDDIR)/man/$$m && $(install_sh_DATA) $(BUILDDIR)/man/$$m $(DESTDIR)$(mandir)/man7; done;