Template replacement engine ported from Shib, added conditional nesting.
[shibboleth/cpp-xmltooling.git] / Makefile.am
index 9cfcebb..858ad49 100644 (file)
@@ -10,11 +10,17 @@ EXTRA_DIST = $(DX_CONFIG) \
        doc \
        schemas \
        cpp-xmltooling.sln \
-       libtool.m4 \
        acx_pthread.m4 \
+       acinclude.m4 \
+       libtool.m4 \
        doxygen.m4 \
        depcomp \
-       config_win32.h
+       config_win32.h \
+       xmltooling.spec.in \
+       xmltooling.spec \
+       pkginfo.in \
+       pkginfo \
+       checkinstall
 
 dist-hook:
        rm -rf `find $(distdir)/xmltoolingtest/data -name .svn`
@@ -26,7 +32,11 @@ dist-hook:
 
 SUBDIRS = schemas xmltooling xmltoolingtest
 
-all-local: xmltooling.spec pkginfo doxygen-doc
+all-local: xmltooling.spec pkginfo
+
+if DX_COND_doc
+all-local: doxygen-doc
+endif
 
 xmltooling.spec: xmltooling.spec.in Makefile
        rm -f $@.tmp