diff options
Diffstat (limited to 'japanese/jed/Makefile')
-rw-r--r-- | japanese/jed/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/japanese/jed/Makefile b/japanese/jed/Makefile index d38f1da..daee727 100644 --- a/japanese/jed/Makefile +++ b/japanese/jed/Makefile @@ -98,9 +98,9 @@ do-install: .for f in ${MAN1} ${INSTALL_MAN} ${_DOCDIR}/${f} ${PREFIX}/man/man1/ .endfor +.if !defined(NOPORTDOCS) ${INSTALL_DATA} ${_INFODIR}/jed.* ${PREFIX}/info/ @install-info ${PREFIX}/info/jed.info ${PREFIX}/info/dir -.if !defined(NOPORTDOCS) @${MKDIR} ${JED_ROOT}/doc/ ${INSTALL_DATA} ${_DOCDIR}/README ${_DOCDIR}/*.txt ${_DOCDIR}/jed.tex ${WRKSRC}/jed-j.doc ${JED_ROOT}/doc/ .endif |