mirror of
https://github.com/systemd/systemd.git
synced 2024-12-23 21:35:11 +03:00
docs: do not generate tmpl files
Its not needed as all the documentation is inline source code, not in separate *.tmpl files
This commit is contained in:
parent
771faa9ae6
commit
9e45e7d8f0
@ -64,7 +64,7 @@ AC_PATH_PROG([M4], [m4])
|
|||||||
|
|
||||||
# gtkdocize greps for '^GTK_DOC_CHECK', so it needs to be on its own line
|
# gtkdocize greps for '^GTK_DOC_CHECK', so it needs to be on its own line
|
||||||
m4_ifdef([GTK_DOC_CHECK], [
|
m4_ifdef([GTK_DOC_CHECK], [
|
||||||
GTK_DOC_CHECK([1.18])
|
GTK_DOC_CHECK([1.18],[--flavour no-tmpl])
|
||||||
],[ AM_CONDITIONAL([ENABLE_GTK_DOC],[false]) ])
|
],[ AM_CONDITIONAL([ENABLE_GTK_DOC],[false]) ])
|
||||||
|
|
||||||
GOBJECT_INTROSPECTION_CHECK([1.31.1])
|
GOBJECT_INTROSPECTION_CHECK([1.31.1])
|
||||||
|
1
docs/gudev/.gitignore
vendored
1
docs/gudev/.gitignore
vendored
@ -14,5 +14,4 @@
|
|||||||
/gudev.signals
|
/gudev.signals
|
||||||
/html/*
|
/html/*
|
||||||
/xml/*
|
/xml/*
|
||||||
/tmpl/*
|
|
||||||
/*.stamp
|
/*.stamp
|
||||||
|
1
docs/libudev/.gitignore
vendored
1
docs/libudev/.gitignore
vendored
@ -14,5 +14,4 @@
|
|||||||
/libudev.signals
|
/libudev.signals
|
||||||
/html/*
|
/html/*
|
||||||
/xml/*
|
/xml/*
|
||||||
/tmpl/*
|
|
||||||
/*.stamp
|
/*.stamp
|
||||||
|
Loading…
Reference in New Issue
Block a user