diff options
author | Jack Moffitt <jack@xiph.org> | 2000-11-08 00:26:02 +0000 |
---|---|---|
committer | Jack Moffitt <jack@xiph.org> | 2000-11-08 00:26:02 +0000 |
commit | e35aa15bc3e06ab01e62ab0c854c0d243d85a06b (patch) | |
tree | 03c04b9e0b168e54b72f58afb2cf876aca3ac602 | |
parent | 9e81a178627ac39ab6a563c2f26cf9713e33ff91 (diff) | |
download | libvorbis-git-e35aa15bc3e06ab01e62ab0c854c0d243d85a06b.tar.gz |
doc stuff i forgot
svn path=/trunk/vorbis/; revision=1021
-rw-r--r-- | doc/vorbisenc/.cvsignore | 2 | ||||
-rw-r--r-- | doc/vorbisenc/Makefile.am | 10 |
2 files changed, 12 insertions, 0 deletions
diff --git a/doc/vorbisenc/.cvsignore b/doc/vorbisenc/.cvsignore new file mode 100644 index 00000000..282522db --- /dev/null +++ b/doc/vorbisenc/.cvsignore @@ -0,0 +1,2 @@ +Makefile +Makefile.in diff --git a/doc/vorbisenc/Makefile.am b/doc/vorbisenc/Makefile.am new file mode 100644 index 00000000..5ef1c74a --- /dev/null +++ b/doc/vorbisenc/Makefile.am @@ -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) |