annotate src/libsamplerate-0.1.8/doc/Makefile.am @ 167:bd3cc4d1df30

Add FFTW 3.3.8 source, and a Linux build
author Chris Cannam <cannam@all-day-breakfast.com>
date Tue, 19 Nov 2019 14:52:55 +0000
parents 545efbb81310
children
rev   line source
cannam@85 1 htmldir = $(htmldocdir)
cannam@85 2 html_DATA = SRC.png SRC.css index.html license.html history.html download.html \
cannam@85 3 lists.html quality.html win32.html faq.html api.html \
cannam@85 4 api_simple.html api_callback.html api_full.html api_misc.html
cannam@85 5
cannam@85 6 EXTRA_DIST = $(html_DATA)
cannam@85 7