do nothing unless configured with --enable-gtk-doc-app.
2007-05-21 Sven Neumann <sven@gimp.org> * app/Makefile.am: do nothing unless configured with --enable-gtk-doc-app. svn path=/trunk/; revision=22548
This commit is contained in:
committed by
Sven Neumann
parent
aa6d67c914
commit
2368d57c53
@ -1,3 +1,8 @@
|
||||
2007-05-21 Sven Neumann <sven@gimp.org>
|
||||
|
||||
* app/Makefile.am: do nothing unless configured with
|
||||
--enable-gtk-doc-app.
|
||||
|
||||
2007-05-14 Sven Neumann <sven@gimp.org>
|
||||
|
||||
* app/Makefile.am: ignore gimpdbusservice-glue.h.
|
||||
|
||||
@ -1,5 +1,7 @@
|
||||
## Process this file with automake to produce Makefile.in
|
||||
|
||||
if ENABLE_GTK_DOC_APP
|
||||
|
||||
# The name of the module.
|
||||
DOC_MODULE = app
|
||||
|
||||
@ -115,6 +117,7 @@ EXTRA_DIST += \
|
||||
$(DOC_MODULE).types \
|
||||
version.in
|
||||
|
||||
endif
|
||||
|
||||
# Override dist-hook as we don't want to distribute generated files
|
||||
dist-hook:
|
||||
|
||||
Reference in New Issue
Block a user