annotate src/libsndfile-1.0.25/doc/Makefile.am @ 163:5cc1366da2e9

Apply patch from Tim Bunnell on PortAudio mailing list (2016-12-28, Mac 10.11 deprecation warning)
author Chris Cannam <cannam@all-day-breakfast.com>
date Wed, 30 Oct 2019 11:28:45 +0000
parents 545efbb81310
children
rev   line source
cannam@85 1 ## Process this file with automake to produce Makefile.in
cannam@85 2
cannam@85 3 htmldir = $(htmldocdir)
cannam@85 4 html_DATA = index.html libsndfile.jpg libsndfile.css api.html command.html \
cannam@85 5 bugs.html sndfile_info.html new_file_type.HOWTO pkgconfig.html \
cannam@85 6 win32.html FAQ.html lists.html embedded_files.html octave.html \
cannam@85 7 dither.html tutorial.html
cannam@85 8
cannam@85 9 EXTRA_DIST = $(html_DATA)
cannam@85 10