* Fixed the manpage directory.
git-svn-id: svn://svn.zoy.org/elk/trunk@155 55e467fa-43c5-0310-a8a2-de718669efc6
This commit is contained in:
parent
544dbc2618
commit
94c5d2ddea
|
@ -18,6 +18,6 @@ elk.1.html: elk.1
|
|||
$(UNROFF) $?
|
||||
|
||||
install-data-hook:
|
||||
rm -f "$(DESTDIR)$(mandir)/scheme-elk.1"
|
||||
ln -s elk.1 "$(DESTDIR)$(mandir)/scheme-elk.1"
|
||||
rm -f "$(DESTDIR)$(mandir)/man1/scheme-elk.1"
|
||||
ln -s elk.1 "$(DESTDIR)$(mandir)/man1/scheme-elk.1"
|
||||
|
||||
|
|
Loading…
Reference in New Issue