diff options
author | Bjoern Michaelsen <bjoern.michaelsen@canonical.com> | 2012-08-14 19:52:19 +0200 |
---|---|---|
committer | Bjoern Michaelsen <bjoern.michaelsen@canonical.com> | 2012-08-14 19:52:19 +0200 |
commit | 9aa5c3c4a4e801c8f727c1d4e33508c716fbe134 (patch) | |
tree | 37ed6409567e3e7bcb595df4df0996d46d2a2b26 | |
parent | 59d34401a891c62a664f96058a9420120b05ab09 (diff) |
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -10,7 +10,7 @@ SRCDIR:=$(firstword $(dir $(MAKEFILE_LIST))) include $(SRCDIR)config.mk -presentationdir:=$(templatedir)/presnt +presentationdir:=$(DESTDIR)$(templatedir)/presnt .PHONY: all install clean mostlyclean TAGS info dvi check dist uninstall clean mostlyclean TAGS info dvi check: all |