From: Jaroslav Kysela Date: Tue, 16 Oct 2018 11:54:22 +0000 (+0200) Subject: doc: fix makefile, the files should be included to the distribution package unconditi... X-Git-Tag: v1.1.7~1 X-Git-Url: https://git.alsa-project.org/?a=commitdiff_plain;h=87d655d217b9c09f1a8f7a0670d2cb538b9ecac1;p=alsa-plugins.git doc: fix makefile, the files should be included to the distribution package unconditionally Signed-off-by: Jaroslav Kysela --- diff --git a/doc/Makefile.am b/doc/Makefile.am index 7c004e5..a384b54 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -1,35 +1,13 @@ EXTRA_DIST = -if HAVE_OSS EXTRA_DIST += README-pcm-oss -endif -if HAVE_MIX EXTRA_DIST += upmix.txt vdownmix.txt -endif -if HAVE_JACK EXTRA_DIST += README-jack -endif -if HAVE_PULSE EXTRA_DIST += README-pulse -endif -if HAVE_MAEMO_PLUGIN EXTRA_DIST += README-maemo -endif -if HAVE_SAMPLERATE EXTRA_DIST += samplerate.txt -endif -if HAVE_A52 EXTRA_DIST += a52.txt -endif -if HAVE_LAVRATE EXTRA_DIST += lavrate.txt -endif -if HAVE_PPH EXTRA_DIST += speexrate.txt -endif -if HAVE_SPEEXDSP EXTRA_DIST += speexdsp.txt -endif -if HAVE_ARCAMAV EXTRA_DIST += README-arcam-av -endif