- ## Process this with automake to create Makefile.in
- AUTOMAKE_OPTIONS = foreign
- SUBDIRS = vorbisfile vorbisenc
- docdir = $(datadir)/doc/$(PACKAGE)-$(VERSION)
- doc_DATA = v-comment.html vorbisword2.png white-ogg.png programming.html\
- vorbis.html wait.png white-xifish.png vorbis-clip.txt\
- vorbis-errors.txt
- EXTRA_DIST = $(doc_DATA)
|