doc: fix distcheck by cleaning generated files

Today, for some reason, the generated files are no longer cleaned up
or ignored during distcheck, so clean them up ourselves.  Not sure what
changed.
This commit is contained in:
Dan Williams 2011-01-25 12:40:18 -06:00
parent 398993e2f4
commit d884aadc3d
2 changed files with 10 additions and 2 deletions

View file

@ -81,5 +81,9 @@ GTKDOC_LIBS = $(top_builddir)/libnm-glib/libnm-glib.la
# include common portion ...
include $(top_srcdir)/gtk-doc.make
CLEANFILES += libnm-glib-sections.txt
CLEANFILES += \
libnm-glib-sections.txt \
html/* \
tmpl/* \
xml/*

View file

@ -60,5 +60,9 @@ GTKDOC_LIBS = $(top_builddir)/libnm-util/libnm-util.la
# include common portion ...
include $(top_srcdir)/gtk-doc.make
CLEANFILES += libnm-util-sections.txt
CLEANFILES += \
libnm-util-sections.txt \
html/* \
tmpl/* \
xml/*