shithub: sox

Download patch

ref: 4606dc386ed9f6c76a2b143127272eb8834e922a
parent: e2483d56c473d232b8c653988bc84f8a5c5da635
author: cbagwell <cbagwell>
date: Thu Jan 18 22:21:51 EST 2007

Don't install *.txt since they are redudent with mans.  Just distribute.

--- a/Makefile.am
+++ b/Makefile.am
@@ -11,7 +11,7 @@
 # man pages are not considered to be sources, so need to add "dist_"
 # prefix to ensure they are added to the distribution.
 dist_man_MANS = sox.1 soxexam.7 soxlua.7 libst.3
-dist_pkgdata_DATA = sox.txt soxexam.txt soxlua.txt libst.txt
+EXTRA_DIST = sox.txt soxexam.txt soxlua.txt libst.txt
 
 play.1 rec.1: sox.1
 	$(RM) $@ && $(LN_S) $< $@
@@ -19,6 +19,8 @@
 # Rule for making text man pages
 .1.txt .3.txt .7.txt:
 	tbl $(srcdir)/$< | nroff -man | col -b > $@
+
+txt: sox.txt soxexam.txt soxlua.txt libst.txt
 
 # Rule for making PDF man pages
 .1.pdf .3.pdf .7.pdf: