Remove install-info from Makefile, it's automatically done when INFO is defined

This commit is contained in:
Edwin Groothuis
2005-12-05 00:53:19 +00:00
parent c8d7895895
commit c92cd65864
21 changed files with 5 additions and 36 deletions

View File

@@ -73,7 +73,6 @@ post-install:
@test -d ${PREFIX}/share/doc/gnuplot+ || ${MKDIR} ${PREFIX}/share/doc/gnuplot+
${INSTALL_DATA} ${GP_DOCS} ${PREFIX}/share/doc/gnuplot+
${INSTALL_DATA} ${WRKSRC}/docs/gnuplot.info ${PREFIX}/info
install-info ${PREFIX}/info/gnuplot.info ${PREFIX}/info/dir
${MKDIR} ${PREFIX}/share/examples/gnuplot+
${INSTALL_DATA} ${WRKSRC}/demo/* ${PREFIX}/share/examples/gnuplot+