View | Details | Raw Unified | Return to bug 186540
Collapse All | Expand All

(-)Makefile.am (-1 / +1 lines)
Lines 118-124 Link Here
118
install-data-hook:
118
install-data-hook:
119
	cd $(DESTDIR)$(mandir)/man1 && $(RM) play.1 && $(LN_S) sox.1 play.1
119
	cd $(DESTDIR)$(mandir)/man1 && $(RM) play.1 && $(LN_S) sox.1 play.1
120
	cd $(DESTDIR)$(mandir)/man1 && $(RM) rec.1 && $(LN_S) sox.1 rec.1
120
	cd $(DESTDIR)$(mandir)/man1 && $(RM) rec.1 && $(LN_S) sox.1 rec.1
121
	cd $(DESTDIR)$(mandir)/man7 && $(RM) soxeffect.7 && $(LN_S) ../man1/sox.1 soxeffect.7
121
	cd $(DESTDIR)$(mandir)/man7 && $(RM) soxeffect.7 && $(LN_S) ../man1/sox.1.gz soxeffect.7.gz
122
122
123
uninstall-hook:
123
uninstall-hook:
124
	$(RM) $(DESTDIR)$(mandir)/man1/play.1
124
	$(RM) $(DESTDIR)$(mandir)/man1/play.1

Return to bug 186540