[xiph-commits] r9375 - experimental/derf/theora-exp

j at motherfish-iii.xiph.org j at motherfish-iii.xiph.org
Mon Jun 6 06:37:07 PDT 2005


Author: j
Date: 2005-06-06 06:37:04 -0700 (Mon, 06 Jun 2005)
New Revision: 9375

Modified:
   experimental/derf/theora-exp/Makefile.am
Log:
include doc in 'make dist'

Modified: experimental/derf/theora-exp/Makefile.am
===================================================================
--- experimental/derf/theora-exp/Makefile.am	2005-06-06 13:06:47 UTC (rev 9374)
+++ experimental/derf/theora-exp/Makefile.am	2005-06-06 13:37:04 UTC (rev 9375)
@@ -1,7 +1,12 @@
 
 AUTOMAKE_OPTIONS = foreign 1.6 dist-zip dist-bzip2
 
+EXTRA_DIST = doc
+
 SUBDIRS = lib include examples
 
 pkgconfigdir = $(libdir)/pkgconfig
 pkgconfig_DATA = theoraenc.pc theoradec.pc
+
+dist-hook:
+	rm -rf `find $(distdir)/doc -name .svn`



More information about the commits mailing list