Skip to content

Commit

Permalink
"make distclean" should not get rid of the files distributed in the t…
Browse files Browse the repository at this point in the history
…arball; text files are deleted with the maintainer-clean target.
  • Loading branch information
evilynux committed Jan 18, 2013
1 parent 7d9091f commit 2219a7c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile.am
Expand Up @@ -112,7 +112,8 @@ uninstall-html:
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
Expand Down

0 comments on commit 2219a7c

Please sign in to comment.