common: docs: also clean content files in out-of-srcdir build
Stefan Kost
ensonic at kemper.freedesktop.org
Tue Sep 6 06:38:50 PDT 2011
Module: common
Branch: master
Commit: 0f0762bb4a16436440566d92e0d76c5111514668
URL: http://cgit.freedesktop.org/gstreamer/common/commit/?id=0f0762bb4a16436440566d92e0d76c5111514668
Author: Stefan Sauer <ensonic at users.sf.net>
Date: Mon Sep 5 15:19:38 2011 +0200
docs: also clean content files in out-of-srcdir build
---
gtk-doc.mak | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/gtk-doc.mak b/gtk-doc.mak
index b37ad4b..47f5d9d 100644
--- a/gtk-doc.mak
+++ b/gtk-doc.mak
@@ -170,6 +170,7 @@ distclean-local:
rm -f $(DOC_MODULE).interfaces ; \
rm -f $(DOC_MODULE).prerequisites ; \
rm -f $(DOC_MODULE)-sections.txt ; \
+ rm -f $(content_files) ; \
rm -rf tmpl/*.sgml ; \
fi
@rm -rf *.o
More information about the gstreamer-commits
mailing list