Convert to USE_NEW_TEXINFO.
This commit is contained in:
parent
058d163eef
commit
dcfa687ba9
2 changed files with 4 additions and 7 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.16 2003/07/17 22:52:34 grant Exp $
|
||||
# $NetBSD: Makefile,v 1.17 2003/08/04 22:24:21 seb Exp $
|
||||
#
|
||||
|
||||
DISTNAME= lilypond-1.4.13
|
||||
|
@ -18,6 +18,8 @@ USE_PKGLOCALEDIR= YES
|
|||
USE_GMAKE= YES
|
||||
MAKEFILE= GNUmakefile
|
||||
|
||||
USE_NEW_TEXINFO= YES
|
||||
USE_MAKEINFO= YES
|
||||
TEXINFO_REQD= 4.0
|
||||
INFO_FILES= lilypond.info lilypond-internals.info
|
||||
|
||||
|
@ -28,5 +30,4 @@ PYTHON_VERSIONS_ACCEPTED= 20 21 # 22 has some regular expression problem
|
|||
.include "../../lang/guile14/buildlink2.mk"
|
||||
.include "../../lang/python/application.mk"
|
||||
.include "../../print/teTeX-bin/kpathsea.buildlink2.mk"
|
||||
.include "../../mk/texinfo.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@comment $NetBSD: PLIST,v 1.3 2002/05/20 13:47:04 wiz Exp $
|
||||
@comment $NetBSD: PLIST,v 1.4 2003/08/04 22:24:21 seb Exp $
|
||||
bin/abc2ly
|
||||
bin/as2text
|
||||
bin/convert-ly
|
||||
|
@ -10,8 +10,6 @@ bin/midi2ly
|
|||
bin/mup2ly
|
||||
bin/musedata2ly
|
||||
bin/pmx2ly
|
||||
@unexec ${INSTALL_INFO} --delete --info-dir=%D/info %D/info/lilypond-internals.info
|
||||
@unexec ${INSTALL_INFO} --delete --info-dir=%D/info %D/info/lilypond.info
|
||||
info/lilypond-internals.info
|
||||
info/lilypond-internals.info-1
|
||||
info/lilypond-internals.info-10
|
||||
|
@ -33,8 +31,6 @@ info/lilypond.info-4
|
|||
info/lilypond.info-5
|
||||
info/lilypond.info-6
|
||||
info/lilypond.info-7
|
||||
@exec ${INSTALL_INFO} --info-dir=%D/info %D/info/lilypond.info
|
||||
@exec ${INSTALL_INFO} --info-dir=%D/info %D/info/lilypond-internals.info
|
||||
man/man1/abc2ly.1
|
||||
man/man1/as2text.1
|
||||
man/man1/convert-ly.1
|
||||
|
|
Loading…
Reference in a new issue