mirror of https://github.com/GNOME/gimp.git
only build the doc-shooter if --enable-gtk-doc was passed to configure.
2005-07-14 Sven Neumann <sven@gimp.org> * tools/Makefile.am: only build the doc-shooter if --enable-gtk-doc was passed to configure.
This commit is contained in:
parent
e9c1b3d207
commit
1e568e1c58
|
@ -1,3 +1,8 @@
|
|||
2005-07-14 Sven Neumann <sven@gimp.org>
|
||||
|
||||
* tools/Makefile.am: only build the doc-shooter if --enable-gtk-doc
|
||||
was passed to configure.
|
||||
|
||||
2005-07-08 Michael Natterer <mitch@gimp.org>
|
||||
|
||||
* libgimpwidgets/Makefile.am: converted spaces to tabs.
|
||||
|
|
|
@ -23,7 +23,9 @@ LDADDS = \
|
|||
$(X_LIBS) -lX11
|
||||
|
||||
|
||||
if ENABLE_GTK_DOC
|
||||
noinst_PROGRAMS = $(DOC_SHOOTER)
|
||||
endif
|
||||
|
||||
EXTRA_PROGRAMS = doc-shooter
|
||||
|
||||
|
|
Loading…
Reference in New Issue