annotate src/libsndfile-1.0.27/doc/Makefile.am @ 65:a69c1527268d
OSX binaries for Cap'n Proto
author |
Chris Cannam <cannam@all-day-breakfast.com> |
date |
Wed, 05 Jul 2017 09:46:34 +0100 |
parents |
1df64224f5ac |
children |
|
rev |
line source |
Chris@40
|
1 ## Process this file with automake to produce Makefile.in
|
Chris@40
|
2
|
Chris@40
|
3 html_DATA = index.html libsndfile.jpg libsndfile.css api.html command.html \
|
Chris@40
|
4 bugs.html sndfile_info.html new_file_type.HOWTO \
|
Chris@40
|
5 win32.html FAQ.html lists.html embedded_files.html octave.html \
|
Chris@40
|
6 dither.html tutorial.html
|
Chris@40
|
7
|
Chris@40
|
8 EXTRA_DIST = $(html_DATA)
|
Chris@40
|
9
|