mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-05-02 09:38:14 +02:00
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:
parent
398993e2f4
commit
d884aadc3d
2 changed files with 10 additions and 2 deletions
|
|
@ -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/*
|
||||
|
||||
|
|
|
|||
|
|
@ -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/*
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue