From 25a54477a07443bde67cba3bb55eb1dab1fd4309 Mon Sep 17 00:00:00 2001 From: Frederic Peters Date: Thu, 10 Feb 2005 09:48:58 +0000 Subject: reworked a bit documentation build system and added detection of inkscape and xsltproc in configure --- Makefile.am | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 60ba738e..4f1b420a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -13,16 +13,13 @@ endif if PERL_ENABLED PERL_SD = perl endif -if GTK_DOC_ENABLED - GTK_DOC_SD = docs -endif SUBDIRS = lasso \ $(PHP_SD) $(PYTHON_SD) $(JAVA_SD) $(CSHARP_SD) $(PERL_SD) \ tests \ swig \ win32 \ - $(GTK_DOC_SD) + docs ABS_BUILDDIR = $(shell pwd) -- cgit