Makefile.am 544 B

123456789101112131415161718192021222324
  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 = eightphase.png \
  6. fourphase.png \
  7. programming.html \
  8. squarepolar.png \
  9. stereo.html \
  10. v-comment.html \
  11. vorbis-clip.txt \
  12. vorbis-errors.txt \
  13. vorbis.html \
  14. vorbisword2.png \
  15. wait.png \
  16. white-ogg.png \
  17. white-xifish.png
  18. EXTRA_DIST = $(doc_DATA)