mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-02-04 18:27:36 +00:00
10 lines
314 B
Makefile
10 lines
314 B
Makefile
## 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)
|
|
|