shithub: sox

Download patch

ref: 585fb5f6ee9f116114215c3901443288482e20c5
parent: 2f07e582fdfba01c7f86203b72bd86399287f907
author: Pascal Giard <pascal.giard@mail.mcgill.ca>
date: Fri Jan 18 05:36:20 EST 2013

"make distclean" should not get rid of the files distributed in the tarball; text files are deleted with the maintainer-clean target.

--- a/Makefile.am
+++ b/Makefile.am
@@ -112,7 +112,8 @@
 	done; \
 	$(RM) -fr "$(DESTDIR)$(htmldir)/soxpng";
 
-DISTCLEANFILES = $(DOCHTML) $(DOCPDF) $(DOCTXT)
+DISTCLEANFILES = $(DOCHTML) $(DOCPDF)
+MAINTAINERCLEANFILES = $(DOCTXT)
 
 install-data-hook:
 	cd $(DESTDIR)$(mandir)/man1 && $(RM) play.1 && $(LN_S) sox.1 play.1