Makefile.am 335 B

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