Fix broken macro.
authorScott Cantor <cantor.2@osu.edu>
Sun, 27 Dec 2009 19:44:46 +0000 (19:44 +0000)
committerScott Cantor <cantor.2@osu.edu>
Sun, 27 Dec 2009 19:44:46 +0000 (19:44 +0000)
Makefile.am

index f581d42..53d29f7 100644 (file)
@@ -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