summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJaroslav Kysela <perex@perex.cz>2001-11-06 07:51:48 +0000
committerJaroslav Kysela <perex@perex.cz>2001-11-06 07:51:48 +0000
commitca506c695b0f983bb14a84547614c492dfe8557c (patch)
tree543a194235d3155fa336c07b79891a46e89fc75f
parent777b27133097349230eeb3bc0569007bf05c3134 (diff)
downloadalsa-utils-ca506c695b0f983bb14a84547614c492dfe8557c.tar.gz
Added man pages to EXTRA_DIST
-rw-r--r--alsactl/Makefile.am1
-rw-r--r--alsamixer/Makefile.am1
-rw-r--r--amixer/Makefile.am2
-rw-r--r--aplay/Makefile.am1
-rw-r--r--seq/aconnect/Makefile.am2
-rw-r--r--seq/aseqnet/Makefile.am2
6 files changed, 6 insertions, 3 deletions
diff --git a/alsactl/Makefile.am b/alsactl/Makefile.am
index b0d2fa5..17a0b0c 100644
--- a/alsactl/Makefile.am
+++ b/alsactl/Makefile.am
@@ -1,4 +1,5 @@
sbin_PROGRAMS=alsactl
man_MANS=alsactl.1
+EXTRA_DIST=alsactl.1
alsactl_SOURCES=alsactl.c
diff --git a/alsamixer/Makefile.am b/alsamixer/Makefile.am
index 5c34c28..801f3e6 100644
--- a/alsamixer/Makefile.am
+++ b/alsamixer/Makefile.am
@@ -2,6 +2,7 @@ LDADD = $(CURSESLIB)
bin_PROGRAMS = alsamixer
man_MANS = alsamixer.1
+EXTRA_DIST = alsamixer.1
alsamixer_INCLUDES = -I$(top_srcdir)/include -DCURSESINC="$(CURSESINC)"
#LDFLAGS = -static
diff --git a/amixer/Makefile.am b/amixer/Makefile.am
index 0a668a8..fcd0e81 100644
--- a/amixer/Makefile.am
+++ b/amixer/Makefile.am
@@ -1,10 +1,10 @@
INCLUDES = -I$(top_srcdir)/include
LDADD = -lm
# LDFLAGS = -static
-EXTRA_DIST = README.first
# CFLAGS += -g -Wall
bin_PROGRAMS = amixer
amixer_SOURCES = amixer.c
noinst_HEADERS = amixer.h
man_MANS = amixer.1
+EXTRA_DIST = amixer.1
diff --git a/aplay/Makefile.am b/aplay/Makefile.am
index 5f67d97..6734f2d 100644
--- a/aplay/Makefile.am
+++ b/aplay/Makefile.am
@@ -9,6 +9,7 @@ bin_PROGRAMS = aplay
man_MANS = aplay.1 arecord.1
noinst_HEADERS = formats.h
+EXTRA_DIST = aplay.1 arecord.1
EXTRA_CLEAN = arecord
arecord: aplay
diff --git a/seq/aconnect/Makefile.am b/seq/aconnect/Makefile.am
index 3685346..c2e1d09 100644
--- a/seq/aconnect/Makefile.am
+++ b/seq/aconnect/Makefile.am
@@ -1,5 +1,5 @@
INCLUDES = -I$(top_srcdir)/include
-EXTRA_DIST = README.aconnect
+EXTRA_DIST = README.aconnect aconnect.1
bin_PROGRAMS = aconnect
aconnect_SOURCES = aconnect.c
diff --git a/seq/aseqnet/Makefile.am b/seq/aseqnet/Makefile.am
index d835f61..cda8815 100644
--- a/seq/aseqnet/Makefile.am
+++ b/seq/aseqnet/Makefile.am
@@ -1,5 +1,5 @@
INCLUDES = -I$(top_srcdir)/include
-EXTRA_DIST = README.aseqnet
+EXTRA_DIST = README.aseqnet aseqnet.1
bin_PROGRAMS = aseqnet
aseqnet_SOURCES = aseqnet.c