[xiph-commits] r17832 - trunk/theora/doc

giles at svn.xiph.org giles at svn.xiph.org
Thu Feb 10 16:28:00 PST 2011


Author: giles
Date: 2011-02-10 16:28:00 -0800 (Thu, 10 Feb 2011)
New Revision: 17832

Modified:
   trunk/theora/doc/Makefile.am
Log:
Revert Makefile changes inadvertently included in the previous commit.


Modified: trunk/theora/doc/Makefile.am
===================================================================
--- trunk/theora/doc/Makefile.am	2011-02-11 00:25:49 UTC (rev 17831)
+++ trunk/theora/doc/Makefile.am	2011-02-11 00:28:00 UTC (rev 17832)
@@ -8,7 +8,7 @@
 
 doc_DATA = $(static_docs) doxygen-build.stamp
 
-EXTRA_DIST = $(static_docs) Doxyfile.in doxygen-build.stamp
+EXTRA_DIST = $(static_docs) Doxyfile.in
 
 if HAVE_DOXYGEN
 doxygen-build.stamp: Doxyfile $(top_srcdir)/include/theora/*.h
@@ -66,7 +66,7 @@
 uninstall-local:
 	rm -rf $(DESTDIR)$(docdir)
 
-maintainer-clean-local:
+clean-local:
 	if test -d libtheora; then rm -rf libtheora; fi
 	if test -f doxygen-build.stamp; then rm -f doxygen-build.stamp; fi
 



More information about the commits mailing list