blob: b89f1454aa66fab5c016ba4b47bfbc8327989813 (
plain)
1
2
3
4
5
6
7
8
9
|
## Process this file with automake to produce Makefile.in
html_DATA = index.html libsndfile.jpg libsndfile.css api.html command.html \
bugs.html sndfile_info.html new_file_type.HOWTO \
win32.html FAQ.html lists.html embedded_files.html octave.html \
dither.html tutorial.html
EXTRA_DIST = $(html_DATA)
|