mirror of
https://gitee.com/openharmony/third_party_libsnd
synced 2024-11-27 03:50:29 +00:00
11 lines
353 B
Makefile
11 lines
353 B
Makefile
## Process this file with automake to produce Makefile.in
|
|
|
|
htmldir = $(htmldocdir)
|
|
html_DATA = index.html libsndfile.jpg libsndfile.css api.html command.html \
|
|
bugs.html sndfile_info.html new_file_type.HOWTO pkgconfig.html \
|
|
win32.html FAQ.html lists.html embedded_files.html octave.html \
|
|
dither.html tutorial.html
|
|
|
|
EXTRA_DIST = $(html_DATA)
|
|
|