From 87d655d217b9c09f1a8f7a0670d2cb538b9ecac1 Mon Sep 17 00:00:00 2001 From: Jaroslav Kysela Date: Tue, 16 Oct 2018 13:54:22 +0200 Subject: [PATCH] doc: fix makefile, the files should be included to the distribution package unconditionally Signed-off-by: Jaroslav Kysela --- doc/Makefile.am | 22 ---------------------- 1 file changed, 22 deletions(-) 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 -- 2.47.1