ref: 6a79b4224c08d75d5d9c12cb45ff3a225fd9fed2
parent: 6aed947ea7b5bc57a77854e854650e41528cb4d6
author: robs <robs>
date: Mon Sep 22 07:13:39 EDT 2008
install hooks for soxeffect.7 backwards compatibility
--- a/Makefile.am
+++ b/Makefile.am
@@ -56,10 +56,12 @@
install-data-hook:
cd $(DESTDIR)$(mandir)/man1 && $(RM) play.1 && $(LN_S) sox.1 play.1
cd $(DESTDIR)$(mandir)/man1 && $(RM) rec.1 && $(LN_S) sox.1 rec.1
+ cd $(DESTDIR)$(mandir)/man7 && $(RM) soxeffect.7 && $(LN_S) ../man1/sox.1 soxeffect.7
uninstall-hook:
$(RM) $(DESTDIR)$(mandir)/man1/play.1
$(RM) $(DESTDIR)$(mandir)/man1/rec.1
+ $(RM) $(DESTDIR)$(mandir)/man7/soxeffect.7
# Automatically update libtool script if it gets out-of-date
libtool: $(LIBTOOL_DEPS)