diff options
author | Wilmer van der Gaast <wilmer@gaast.net> | 2010-05-25 23:41:52 +0100 |
---|---|---|
committer | Wilmer van der Gaast <wilmer@gaast.net> | 2010-05-25 23:41:52 +0100 |
commit | 4af305032ba6913449cbd9160db1b6ab228f0a9a (patch) | |
tree | 232200bdcb32dc604d7ac5434cd182cc44c28c3e /doc/user-guide | |
parent | f60079b74053a53da3720b992c603fddf75ff1dd (diff) |
install-* targets should also work now. Let's see how this works out in a deb.
Diffstat (limited to 'doc/user-guide')
-rw-r--r-- | doc/user-guide/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/user-guide/Makefile b/doc/user-guide/Makefile index eaf2a5ff..2a80ea6c 100644 --- a/doc/user-guide/Makefile +++ b/doc/user-guide/Makefile @@ -41,7 +41,7 @@ install: mkdir -p $(DESTDIR)$(DATADIR) chmod 0755 $(DESTDIR)$(DATADIR) rm -f $(DESTDIR)$(DATADIR)/help.txt # Prevent help function from breaking in running sessions - install -m 0644 help.txt $(DESTDIR)$(DATADIR)/help.txt + install -m 0644 $(SRCDIR)help.txt $(DESTDIR)$(DATADIR)/help.txt uninstall: rm -f $(DESTDIR)$(DATADIR)/help.txt |