mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-25 03:01:03 +00:00
maybe this fixes make distcheck
Original commit message from CVS: maybe this fixes make distcheck
This commit is contained in:
parent
dd620071e5
commit
8fbcdda056
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue