mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-22 05:56:31 +00:00
enable docs build for distcheck
Original commit message from CVS: enable docs build for distcheck
This commit is contained in:
parent
3634ad7ef6
commit
10aaff00e3
2 changed files with 2 additions and 3 deletions
|
@ -1,5 +1,4 @@
|
|||
PACKAGE = @PACKAGE@
|
||||
VERSION = @VERSION@
|
||||
DISTCHECK_CONFIGURE_FLAGS=--enable-gtk-doc --enable-docbook
|
||||
|
||||
if BUILD_TESTS
|
||||
## SUBDIRS_TESTS = tests testsuite
|
||||
|
|
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue