mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-02-04 04:50:30 +01:00
doc: regenerate docs when sources change
This commit is contained in:
parent
371cf62c6e
commit
f355259f7e
2 changed files with 8 additions and 5 deletions
|
|
@ -25,8 +25,8 @@ MKDB_OPTIONS=--sgml-mode --output-format=xml
|
|||
FIXXREF_OPTIONS=
|
||||
|
||||
# Used for dependencies.
|
||||
HFILE_GLOB=
|
||||
CFILE_GLOB=
|
||||
HFILE_GLOB=$(top_srcdir)/libnm-glib/*.h
|
||||
CFILE_GLOB=$(top_srcdir)/libnm-glib/*.c
|
||||
|
||||
# Header files to ignore when scanning.
|
||||
IGNORE_HFILES= \
|
||||
|
|
@ -78,3 +78,5 @@ GTKDOC_LIBS = $(top_builddir)/libnm-glib/libnm-glib.la
|
|||
# include common portion ...
|
||||
include $(top_srcdir)/gtk-doc.make
|
||||
|
||||
CLEANFILES += libnm-glib-sections.txt
|
||||
|
||||
|
|
|
|||
|
|
@ -25,8 +25,8 @@ MKDB_OPTIONS=--sgml-mode --output-format=xml
|
|||
FIXXREF_OPTIONS=
|
||||
|
||||
# Used for dependencies.
|
||||
HFILE_GLOB=
|
||||
CFILE_GLOB=
|
||||
HFILE_GLOB=$(top_srcdir)/libnm-util/*.h
|
||||
CFILE_GLOB=$(top_srcdir)/libnm-util/*.c
|
||||
|
||||
# Header files to ignore when scanning.
|
||||
IGNORE_HFILES= \
|
||||
|
|
@ -60,4 +60,5 @@ GTKDOC_LIBS = $(top_builddir)/libnm-util/libnm-util.la
|
|||
# include common portion ...
|
||||
include $(top_srcdir)/gtk-doc.make
|
||||
|
||||
CLEANFILES += $(DOC_MAIN_SGML_FILE)
|
||||
CLEANFILES += libnm-util-sections.txt
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue