mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-05 15:49:54 +00:00
docs: add some distclean rules to fix distcheck
Stolen from gtk-doc.m4 and not found in gtk-doc-plugin.m4. We need them because we do have libs/interfaces stuff as well now (namely GstPhotography).
This commit is contained in:
parent
fd37286ad0
commit
69f1a8678c
1 changed files with 19 additions and 0 deletions
|
@ -193,6 +193,25 @@ DOC_OVERRIDES =
|
|||
|
||||
include $(top_srcdir)/common/gtk-doc-plugins.mak
|
||||
|
||||
# some additional clean rules from gtk-doc.mak
|
||||
distclean-local:
|
||||
rm -f $(REPORT_FILES) \
|
||||
$(DOC_MODULE)-decl-list.txt $(DOC_MODULE)-decl.txt
|
||||
rm -rf tmpl/*.sgml.bak
|
||||
rm -f $(DOC_MODULE).hierarchy
|
||||
rm -f *.stamp || true
|
||||
if test x"$(srcdir)" != x. ; then \
|
||||
rm -f $(DOC_MODULE)-docs.sgml ; \
|
||||
rm -f $(DOC_MODULE).types ; \
|
||||
rm -f $(DOC_MODULE).interfaces ; \
|
||||
rm -f $(DOC_MODULE)-overrides.txt ; \
|
||||
rm -f $(DOC_MODULE).prerequisites ; \
|
||||
rm -f $(DOC_MODULE)-sections.txt ; \
|
||||
rm -rf tmpl/*.sgml ; \
|
||||
fi
|
||||
rm -rf *.o
|
||||
|
||||
|
||||
SUBDIRS =
|
||||
|
||||
FIGURES_SOURCEFILES = camerabin.dot
|
||||
|
|
Loading…
Reference in a new issue