[xiph-commits] r15288 - in trunk/ogg: debian doc

ivo at svn.xiph.org ivo at svn.xiph.org
Wed Sep 10 07:23:55 PDT 2008


Author: ivo
Date: 2008-09-10 07:23:55 -0700 (Wed, 10 Sep 2008)
New Revision: 15288

Modified:
   trunk/ogg/debian/rules
   trunk/ogg/doc/Makefile.am
Log:
Add RFC 5334 and skeleton.html to Makefile.  Mention CHANGES in debian rules file.

Modified: trunk/ogg/debian/rules
===================================================================
--- trunk/ogg/debian/rules	2008-09-10 07:47:49 UTC (rev 15287)
+++ trunk/ogg/debian/rules	2008-09-10 14:23:55 UTC (rev 15288)
@@ -84,7 +84,7 @@
 		$(MAKE) distclean; \
 	fi
 
-	if test -d CVS; then \
+	#if test -d CVS; then \
 		$(MAKE) cvs-clean ;\
 	fi
 
@@ -116,7 +116,7 @@
 binary-common:
 	dh_testdir
 	dh_testroot
-	dh_installchangelogs
+	dh_installchangelogs CHANGES
 	dh_installdocs
 	dh_installexamples
 #	dh_installmenu

Modified: trunk/ogg/doc/Makefile.am
===================================================================
--- trunk/ogg/doc/Makefile.am	2008-09-10 07:47:49 UTC (rev 15287)
+++ trunk/ogg/doc/Makefile.am	2008-09-10 14:23:55 UTC (rev 15288)
@@ -6,6 +6,6 @@
 
 doc_DATA = framing.html index.html oggstream.html ogg-multiplex.html \
 	stream.png vorbisword2.png white-ogg.png white-xifish.png \
-	rfc3533.txt rfc3534.txt
+	rfc3533.txt rfc5334.txt skeleton.html
 
 EXTRA_DIST = $(doc_DATA)



More information about the commits mailing list