doc stuff i forgot
authorJack Moffitt <jack@xiph.org>
Wed, 8 Nov 2000 00:26:02 +0000 (00:26 +0000)
committerJack Moffitt <jack@xiph.org>
Wed, 8 Nov 2000 00:26:02 +0000 (00:26 +0000)
svn path=/trunk/vorbis/; revision=1021

doc/vorbisenc/.cvsignore [new file with mode: 0644]
doc/vorbisenc/Makefile.am [new file with mode: 0644]

diff --git a/doc/vorbisenc/.cvsignore b/doc/vorbisenc/.cvsignore
new file mode 100644 (file)
index 0000000..282522d
--- /dev/null
@@ -0,0 +1,2 @@
+Makefile
+Makefile.in
diff --git a/doc/vorbisenc/Makefile.am b/doc/vorbisenc/Makefile.am
new file mode 100644 (file)
index 0000000..5ef1c74
--- /dev/null
@@ -0,0 +1,10 @@
+## Process this file with automake to produce Makefile.in
+
+AUTOMAKE_OPTIONS = foreign
+
+docdir = $(datadir)/doc/$(PACKAGE)-$(VERSION)
+
+doc_DATA = index.html overview.html reference.html style.css\
+        vorbis_encode_ctl.html vorbis_encode_init.html vorbis_info.html
+
+EXTRA_DIST = $(doc_DATA)