From: Scott Cantor Date: Tue, 26 May 2009 18:44:50 +0000 (+0000) Subject: Try to fix doc handling again. X-Git-Tag: 1.2.0~9 X-Git-Url: http://www.project-moonshot.org/gitweb/?p=shibboleth%2Fcpp-xmltooling.git;a=commitdiff_plain;h=a9c0efa9888c33c5843ed31b4759455fe50761b5 Try to fix doc handling again. --- diff --git a/Makefile.am b/Makefile.am index 89132b2..ebcdeb3 100644 --- a/Makefile.am +++ b/Makefile.am @@ -15,7 +15,6 @@ SUBDIRS = doc schemas xmltooling xmltoolingtest if DX_COND_doc all-local: doxygen-doc xmltooling.spec pkginfo -APIDOCS = doc/api else all-local: xmltooling.spec pkginfo endif @@ -37,7 +36,6 @@ pkginfo: pkginfo.in Makefile mv $@.tmp $@ EXTRA_DIST = $(DX_CONFIG) \ - $(APIDOCS) \ cpp-xmltooling.sln \ acx_pthread.m4 \ acinclude.m4 \ diff --git a/doc/api/README.txt b/doc/api/README.txt deleted file mode 100644 index 1c2015b..0000000 --- a/doc/api/README.txt +++ /dev/null @@ -1 +0,0 @@ -If no documentation is present, doxygen can be used to generate it. \ No newline at end of file