Don't install stuff that ends in the doc directory

This commit is contained in:
Bruno Wolff III 2013-06-29 15:59:10 -05:00
parent 8311504e19
commit 247595b762
1 changed files with 0 additions and 2 deletions

View File

@ -22,8 +22,6 @@ install:
install -m 644 custom/* $(DATADIR)/$(name)/custom
mkdir -p -m 755 $(DATADIR)/$(name)/l10n
install -m 644 l10n/* $(DATADIR)/$(name)/l10n
mkdir -p -m 755 $(DOCDIR)/$(name)-$(version)
install -m 644 AUTHORS COPYING README $(DOCDIR)/$(name)-$(version)
clean:
rm -f $(name)-*.tar.gz