From 43dd122ffcdb6a0b40a56777245a870e411d439c Mon Sep 17 00:00:00 2001 From: David Robillard Date: Mon, 7 Jan 2008 03:29:57 +0000 Subject: Raul 0.4.0. FlowCanvas 0.4.0. Patchage 0.4.0. git-svn-id: http://svn.drobilla.net/lad/raul@1028 a436a847-0d15-0410-975c-d299462d15a1 --- Makefile.am | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 0bab37c..33a850c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,4 +1,17 @@ -SUBDIRS = raul src doc +if HAVE_DOXYGEN +DOC_DIR = doc +dist-check-doxygen: +else +DOC_DIR = +dist-check-doxygen: + @echo + @echo ' ******' You need doxygen installed to make dist.' ******' + @echo + @false +endif + +SUBDIRS = raul src $(DOC_DIR) +DIST_SUBDIRS = raul src tests doc if BUILD_UNIT_TESTS SUBDIRS += tests @@ -7,5 +20,7 @@ endif pkgconfigdir = $(libdir)/pkgconfig pkgconfig_DATA = raul.pc +dist-hook: dist-check-doxygen + docs: cd doc && make docs -- cgit v1.2.1