* Fixed the manpage directory.

git-svn-id: svn://svn.zoy.org/elk/trunk@155 55e467fa-43c5-0310-a8a2-de718669efc6
This commit is contained in:
sam 2003-09-15 09:12:16 +00:00
parent 544dbc2618
commit 94c5d2ddea
1 changed files with 2 additions and 2 deletions

View File

@ -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"