From a9c0efa9888c33c5843ed31b4759455fe50761b5 Mon Sep 17 00:00:00 2001 From: Scott Cantor Date: Tue, 26 May 2009 18:44:50 +0000 Subject: [PATCH] Try to fix doc handling again. --- Makefile.am | 2 -- doc/api/README.txt | 1 - 2 files changed, 3 deletions(-) delete mode 100644 doc/api/README.txt 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 -- 2.1.4