annotate src/libsndfile-1.0.25/doc/Makefile.am @ 54:5f67a29f0fc7
Rebuild MAD with 64-bit FPM
author |
Chris Cannam <cannam@all-day-breakfast.com> |
date |
Wed, 30 Nov 2016 20:59:17 +0000 |
parents |
c7265573341e |
children |
|
rev |
line source |
Chris@0
|
1 ## Process this file with automake to produce Makefile.in
|
Chris@0
|
2
|
Chris@0
|
3 htmldir = $(htmldocdir)
|
Chris@0
|
4 html_DATA = index.html libsndfile.jpg libsndfile.css api.html command.html \
|
Chris@0
|
5 bugs.html sndfile_info.html new_file_type.HOWTO pkgconfig.html \
|
Chris@0
|
6 win32.html FAQ.html lists.html embedded_files.html octave.html \
|
Chris@0
|
7 dither.html tutorial.html
|
Chris@0
|
8
|
Chris@0
|
9 EXTRA_DIST = $(html_DATA)
|
Chris@0
|
10
|