Try to fix doc handling again.
authorScott Cantor <cantor.2@osu.edu>
Tue, 26 May 2009 18:44:50 +0000 (18:44 +0000)
committerScott Cantor <cantor.2@osu.edu>
Tue, 26 May 2009 18:44:50 +0000 (18:44 +0000)
Makefile.am
doc/api/README.txt [deleted file]

index 89132b2..ebcdeb3 100644 (file)
@@ -15,7 +15,6 @@ SUBDIRS = doc schemas xmltooling xmltoolingtest
 
 if DX_COND_doc
 all-local: doxygen-doc xmltooling.spec pkginfo
 
 if DX_COND_doc
 all-local: doxygen-doc xmltooling.spec pkginfo
-APIDOCS = doc/api
 else
 all-local: xmltooling.spec pkginfo
 endif
 else
 all-local: xmltooling.spec pkginfo
 endif
@@ -37,7 +36,6 @@ pkginfo: pkginfo.in Makefile
        mv $@.tmp $@
 
 EXTRA_DIST = $(DX_CONFIG) \
        mv $@.tmp $@
 
 EXTRA_DIST = $(DX_CONFIG) \
-        $(APIDOCS) \
         cpp-xmltooling.sln \
         acx_pthread.m4 \
         acinclude.m4 \
         cpp-xmltooling.sln \
         acx_pthread.m4 \
         acinclude.m4 \
diff --git a/doc/api/README.txt b/doc/api/README.txt
deleted file mode 100644 (file)
index 1c2015b..0000000
+++ /dev/null
@@ -1 +0,0 @@
-If no documentation is present, doxygen can be used to generate it.
\ No newline at end of file