1
0
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:
Javier Jardón 2012-04-19 15:06:25 +01:00 committed by Kay Sievers
parent 771faa9ae6
commit 9e45e7d8f0
3 changed files with 1 additions and 3 deletions

View File

@ -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])

View File

@ -14,5 +14,4 @@
/gudev.signals /gudev.signals
/html/* /html/*
/xml/* /xml/*
/tmpl/*
/*.stamp /*.stamp

View File

@ -14,5 +14,4 @@
/libudev.signals /libudev.signals
/html/* /html/*
/xml/* /xml/*
/tmpl/*
/*.stamp /*.stamp