From 753c2b37107f60f8d7c732f1844f0b8359053bfc Mon Sep 17 00:00:00 2001 From: Scott Cantor Date: Sun, 27 Dec 2009 19:44:46 +0000 Subject: [PATCH] Fix broken macro. --- Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.am b/Makefile.am index f581d42..53d29f7 100644 --- a/Makefile.am +++ b/Makefile.am @@ -7,11 +7,11 @@ include doxygen.am MOSTLYCLEANFILES = $(DX_CLEANFILES) dist-hook: - rm -rf `find $(distdir)/@PACKAGE_NAME@test/data -name .svn` + rm -rf `find $(distdir)/xmltoolingtest/data -name .svn` rm -rf `find $(distdir)/doc/api -name .svn` -SUBDIRS = doc schemas @PACKAGE_NAME@ @PACKAGE_NAME@test +SUBDIRS = doc schemas @PACKAGE_NAME@ xmltoolingtest if DX_COND_doc all-local: doxygen-doc -- 2.1.4