diff options
Diffstat (limited to 'lang/Sather/Makefile')
-rw-r--r-- | lang/Sather/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/lang/Sather/Makefile b/lang/Sather/Makefile index 971e9421d262..0b589cc3bce0 100644 --- a/lang/Sather/Makefile +++ b/lang/Sather/Makefile @@ -91,9 +91,8 @@ do-install: .for file in sabrowse.1 sacomp.1 ${INSTALL_MAN} ${WRKSRC}/Doc/man/man1/${file} ${MANPREFIX}/man/man1 .endfor -.for file in sather-mode.info sather-tutorial.info sather.info - ${INSTALL_DATA} ${WRKSRC}/Emacs/${file} ${PREFIX}/info - @install-info ${PREFIX}/info/${file} ${PREFIX}/info/dir +.for file in ${INFO} + ${INSTALL_DATA} ${WRKSRC}/Emacs/${file}.info ${PREFIX}/info .endfor .for file in hl319.el sather-lib.el sather-module.el sather.el ${INSTALL_DATA} ${WRKSRC}/Emacs/${file} ${PREFIX}/share/emacs/site-lisp |