summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorportix <portix@gmx.net>2010-08-09 16:30:10 +0200
committerportix <portix@gmx.net>2010-08-09 16:30:10 +0200
commit564c60f0d89be4f162fb7268080ea954db477489 (patch)
tree9b50ef1885616c90abc65a7edabe1808bafb0903 /Makefile
parent1b7db1d41c1eb297534716d80539a7744c224757 (diff)
downloaddwb-564c60f0d89be4f162fb7268080ea954db477489.zip
fixed Makefile
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 1f62e93d..e027a006 100644
--- a/Makefile
+++ b/Makefile
@@ -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)"