diff options
author | ivo <ivo@xiph.org> | 2008-09-10 14:23:55 +0000 |
---|---|---|
committer | ivo <ivo@xiph.org> | 2008-09-10 14:23:55 +0000 |
commit | e6a22f158e2defcebc835ae36a3597c51b11d6fd (patch) | |
tree | 835a2dd2e8d5cbf53f418cf86ba748bdf3247ea7 | |
parent | 5d985ec0e74f5fd4a32b89efcd3e7daea202554f (diff) | |
download | ogg-git-e6a22f158e2defcebc835ae36a3597c51b11d6fd.tar.gz |
Add RFC 5334 and skeleton.html to Makefile. Mention CHANGES in debian rules file.
svn path=/trunk/ogg/; revision=15288
-rwxr-xr-x | debian/rules | 4 | ||||
-rw-r--r-- | doc/Makefile.am | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/debian/rules b/debian/rules index 9c81887..81cf66b 100755 --- a/debian/rules +++ b/debian/rules @@ -84,7 +84,7 @@ clean: $(MAKE) distclean; \ fi - if test -d CVS; then \ + #if test -d CVS; then \ $(MAKE) cvs-clean ;\ fi @@ -116,7 +116,7 @@ install-arch: binary-common: dh_testdir dh_testroot - dh_installchangelogs + dh_installchangelogs CHANGES dh_installdocs dh_installexamples # dh_installmenu diff --git a/doc/Makefile.am b/doc/Makefile.am index 2e8724e..9c2c316 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -6,6 +6,6 @@ docdir = $(datadir)/doc/$(PACKAGE)-$(VERSION) 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) |