2006-12-20 19:08:07 +00:00
|
|
|
## Process this file with automake to produce Makefile.in
|
|
|
|
|
|
|
|
html_DATA = index.html libsndfile.jpg libsndfile.css api.html command.html \
|
2014-02-21 22:09:43 +00:00
|
|
|
bugs.html sndfile_info.html new_file_type.HOWTO \
|
2006-12-20 19:08:07 +00:00
|
|
|
win32.html FAQ.html lists.html embedded_files.html octave.html \
|
2009-05-21 21:09:30 +00:00
|
|
|
dither.html tutorial.html
|
2006-12-20 19:08:07 +00:00
|
|
|
|
|
|
|
EXTRA_DIST = $(html_DATA)
|
|
|
|
|