mirror of
https://git.freebsd.org/ports.git
synced 2025-06-09 23:00:30 -04:00
Remove deprecated dependency on Python 2.7 ChangeLog: http://lilypond.org/news.html#LilyPond-2_002e21_005e82-released-December-15_002c-2020 PR: 252215 Submitted by: m.ne@gmx.net (maintainer)
11 lines
502 B
Makefile
11 lines
502 B
Makefile
--- stepmake/stepmake/texinfo-vars.make.orig 2020-04-26 09:45:49 UTC
|
|
+++ stepmake/stepmake/texinfo-vars.make
|
|
@@ -26,7 +26,7 @@ DO_TEXI_DEP = ( echo ./$@: $(call scan-texi,$<) > $(ba
|
|
|
|
TEXINFO_PAPERSIZE_OPTION= $(if $(findstring $(PAPERSIZE),a4),,-t @afourpaper)
|
|
|
|
-MAKEINFO_FLAGS += --enable-encoding --error-limit=0 $(DOCUMENTATION_INCLUDES)
|
|
+MAKEINFO_FLAGS += --enable-encoding --force $(DOCUMENTATION_INCLUDES)
|
|
MAKEINFO = LANG=C $(MAKEINFO_PROGRAM) $(MAKEINFO_FLAGS)
|
|
|
|
# texi2html xref map files
|