diff options
Diffstat (limited to 'ogg/doc/Makefile.am')
-rw-r--r-- | ogg/doc/Makefile.am | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/ogg/doc/Makefile.am b/ogg/doc/Makefile.am new file mode 100644 index 0000000..3dd47b9 --- /dev/null +++ b/ogg/doc/Makefile.am @@ -0,0 +1,9 @@ +## Process this with automake to create Makefile.in + +SUBDIRS = libogg + +dist_html_DATA = framing.html index.html oggstream.html ogg-multiplex.html \ + fish_xiph_org.png multiplex1.png packets.png pages.png stream.png \ + vorbisword2.png white-ogg.png white-xifish.png \ + rfc3533.txt rfc5334.txt skeleton.html + |