mirror of
git://sourceware.org/git/libabigail.git
synced 2024-12-17 15:34:34 +00:00
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:
parent
3ea7c4682e
commit
63c81f028d
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user