summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcalc <calc@xiph.org>2003-10-18 21:17:30 +0000
committercalc <calc@xiph.org>2003-10-18 21:17:30 +0000
commit00c9b68b504b65c5b6b377380a5b87e9875b5db0 (patch)
tree825a25bf68beb616314a94c81072ab160c5d98c7
parentd0e37c9163d71e72fe417a9ce84b37010ab7b851 (diff)
downloadogg-git-00c9b68b504b65c5b6b377380a5b87e9875b5db0.tar.gz
build system updates
1. to not ship config_types.h 2. to install new html/rfc files svn path=/trunk/ogg/; revision=5488
-rw-r--r--debian/changelog2
-rw-r--r--doc/Makefile.am2
-rw-r--r--doc/ogg/Makefile.am33
-rw-r--r--include/ogg/Makefile.am4
4 files changed, 22 insertions, 19 deletions
diff --git a/debian/changelog b/debian/changelog
index 07a84d5..e6180d2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,7 +2,7 @@ libogg (1.1.0-1) unstable; urgency=low
* New upstream.
- -- Christopher L Cheney <ccheney@debian.org> Tue, 2 Sep 2003 23:45:00 -0500
+ -- Christopher L Cheney <ccheney@debian.org> Sat, 18 Oct 2003 16:00:00 -0500
libogg (1.0.0-1) unstable; urgency=low
diff --git a/doc/Makefile.am b/doc/Makefile.am
index fa5bf56..81eae4b 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -6,6 +6,6 @@ SUBDIRS = ogg
docdir = $(datadir)/doc/$(PACKAGE)-$(VERSION)
-doc_DATA = index.html framing.html oggstream.html stream.png vorbisword2.png white-ogg.png white-xifish.png
+doc_DATA = framing.html index.html oggstream.html rfc3533.txt rfc3534.txt stream.png vorbisword2.png white-ogg.png white-xifish.png
EXTRA_DIST = $(doc_DATA)
diff --git a/doc/ogg/Makefile.am b/doc/ogg/Makefile.am
index 5ebed4f..af12d84 100644
--- a/doc/ogg/Makefile.am
+++ b/doc/ogg/Makefile.am
@@ -5,23 +5,26 @@ AUTOMAKE_OPTIONS = foreign
docdir = $(datadir)/doc/$(PACKAGE)-$(VERSION)/ogg
doc_DATA = bitpacking.html datastructures.html decoding.html encoding.html\
- general.html index.html ogg_packet.html ogg_page.html\
- ogg_page_bos.html ogg_page_continued.html ogg_page_eos.html\
- ogg_page_granulepos.html ogg_page_pageno.html ogg_page_serialno.html\
+ general.html index.html ogg_packet.html ogg_packet_clear.html\
+ ogg_page.html ogg_page_bos.html ogg_page_checksum_set.html\
+ ogg_page_continued.html ogg_page_eos.html ogg_page_granulepos.html\
+ ogg_page_packets.html ogg_page_pageno.html ogg_page_serialno.html\
ogg_page_version.html ogg_stream_clear.html ogg_stream_destroy.html\
- ogg_page_packets.html ogg_stream_eos.html ogg_stream_flush.html\
- ogg_stream_init.html ogg_stream_packetin.html ogg_stream_packetout.html\
- ogg_stream_pagein.html ogg_stream_pageout.html ogg_stream_reset.html\
- ogg_stream_state.html ogg_sync_buffer.html ogg_sync_clear.html\
- ogg_sync_destroy.html ogg_sync_init.html ogg_sync_pageout.html\
- ogg_sync_pageseek.html ogg_sync_reset.html ogg_sync_state.html\
- ogg_sync_wrote.html oggpack_adv.html oggpack_adv1.html\
- oggpack_bits.html oggpack_buffer.html\
- oggpack_bytes.html oggpack_get_buffer.html oggpack_look.html\
- oggpack_look1.html oggpack_read.html\
+ ogg_stream_eos.html ogg_stream_flush.html ogg_stream_init.html\
+ ogg_stream_packetin.html ogg_stream_packetout.html\
+ ogg_stream_packetpeek.html ogg_stream_pagein.html\
+ ogg_stream_pageout.html ogg_stream_reset.html\
+ ogg_stream_reset_serialno.html ogg_stream_state.html\
+ ogg_sync_buffer.html ogg_sync_clear.html ogg_sync_destroy.html\
+ ogg_sync_init.html ogg_sync_pageout.html ogg_sync_pageseek.html\
+ ogg_sync_reset.html ogg_sync_state.html ogg_sync_wrote.html\
+ oggpack_adv.html oggpack_adv1.html oggpack_bits.html\
+ oggpack_buffer.html oggpack_bytes.html oggpack_get_buffer.html\
+ oggpack_look.html oggpack_look1.html oggpack_read.html\
oggpack_read1.html oggpack_readinit.html oggpack_reset.html\
- oggpack_write.html oggpack_writeclear.html oggpack_writeinit.html\
+ oggpack_write.html oggpack_writealign.html oggpack_writeclear.html\
+ oggpack_writecopy.html oggpack_writeinit.html oggpack_writetrunc.html\
overview.html reference.html style.css vorbis_comment.html\
- vorbis_info.html ogg_packet_clear.html ogg_page_checksum_set.html
+ vorbis_info.html
EXTRA_DIST = $(doc_DATA)
diff --git a/include/ogg/Makefile.am b/include/ogg/Makefile.am
index c8640c7..77740cb 100644
--- a/include/ogg/Makefile.am
+++ b/include/ogg/Makefile.am
@@ -4,5 +4,5 @@ AUTOMAKE_OPTIONS = foreign
oggincludedir = $(includedir)/ogg
-ogginclude_HEADERS = ogg.h os_types.h config_types.h
-
+ogginclude_HEADERS = ogg.h os_types.h
+nodist_ogginclude_HEADERS = config_types.h