diff options
author | portix <portix@gmx.net> | 2010-08-09 16:30:10 +0200 |
---|---|---|
committer | portix <portix@gmx.net> | 2010-08-09 16:30:10 +0200 |
commit | 564c60f0d89be4f162fb7268080ea954db477489 (patch) | |
tree | 9b50ef1885616c90abc65a7edabe1808bafb0903 /Makefile | |
parent | 1b7db1d41c1eb297534716d80539a7744c224757 (diff) | |
download | dwb-564c60f0d89be4f162fb7268080ea954db477489.zip |
fixed Makefile
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -14,7 +14,7 @@ install: all install-man install-data install-man: @echo "Installing manpage to $(subst //,/,$(DESTDIR)$(MAN1DIR))" - @install -Dm 644 $(DOCDIR)/$(MANFILE) $(DESTDIR)$(MAN1DIR)$(MANFILE) + @install -Dm 644 $(DOCDIR)/$(MANFILE) $(DESTDIR)$(MAN1DIR)/$(MANFILE) install-data: @echo "Installing $(SHAREDIR)/hints.js to $(subst //,/,$(DESTDIR)$(DATADIR)/$(NAME)/scripts)" |