projects
/
platform
/
upstream
/
gstreamer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dd62007
)
maybe this fixes make distcheck
author
Thomas Vander Stichele
<thomas@apestaart.org>
Fri, 14 Dec 2001 09:39:24 +0000
(09:39 +0000)
committer
Thomas Vander Stichele
<thomas@apestaart.org>
Fri, 14 Dec 2001 09:39:24 +0000
(09:39 +0000)
Original commit message from CVS:
maybe this fixes make distcheck
docs/manual/Makefile.am
patch
|
blob
|
history
diff --git
a/docs/manual/Makefile.am
b/docs/manual/Makefile.am
index 3a2390c4d5520a3a77748eace9391fd5441e404f..dc89e8a1c1481cb4b42859f2f05e64a71251f73b 100644
(file)
--- a/
docs/manual/Makefile.am
+++ b/
docs/manual/Makefile.am
@@
-8,5
+8,9
@@
png_files = $(shell echo $(srcdir)/*.png)
EXTRA_DIST = $(sgml_files) $(fig_files)
+## FIXME if we don't do this they don't get cleaned up in make distcheck
+## but maybe this is not the best way to do it
+CONFIG_CLEAN_FILES = $(sgml_files) $(fig_files)
+
include $(srcdir)/../manuals.mak