From 1e568e1c583a2f07254b7846da491c412228c240 Mon Sep 17 00:00:00 2001 From: Sven Neumann Date: Thu, 14 Jul 2005 13:04:25 +0000 Subject: [PATCH] only build the doc-shooter if --enable-gtk-doc was passed to configure. 2005-07-14 Sven Neumann * tools/Makefile.am: only build the doc-shooter if --enable-gtk-doc was passed to configure. --- devel-docs/ChangeLog | 5 +++++ devel-docs/tools/Makefile.am | 2 ++ 2 files changed, 7 insertions(+) diff --git a/devel-docs/ChangeLog b/devel-docs/ChangeLog index cc50a86240..1314b2686d 100644 --- a/devel-docs/ChangeLog +++ b/devel-docs/ChangeLog @@ -1,3 +1,8 @@ +2005-07-14 Sven Neumann + + * tools/Makefile.am: only build the doc-shooter if --enable-gtk-doc + was passed to configure. + 2005-07-08 Michael Natterer * libgimpwidgets/Makefile.am: converted spaces to tabs. diff --git a/devel-docs/tools/Makefile.am b/devel-docs/tools/Makefile.am index 1c78165ab5..300620323c 100644 --- a/devel-docs/tools/Makefile.am +++ b/devel-docs/tools/Makefile.am @@ -23,7 +23,9 @@ LDADDS = \ $(X_LIBS) -lX11 +if ENABLE_GTK_DOC noinst_PROGRAMS = $(DOC_SHOOTER) +endif EXTRA_PROGRAMS = doc-shooter