From 869944ab7731a1eb7cd6d97cc9ebefd8c661de47 Mon Sep 17 00:00:00 2001 From: Reinhold Kainhofer Date: Sat, 23 Aug 2008 15:11:50 +0200 Subject: [PATCH] texi2html: Add include path for texi2html so INSTALL.tely finds install.itely --- Documentation/topdocs/GNUmakefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/topdocs/GNUmakefile b/Documentation/topdocs/GNUmakefile index 6fd3a7504f..537f761b0a 100644 --- a/Documentation/topdocs/GNUmakefile +++ b/Documentation/topdocs/GNUmakefile @@ -12,6 +12,7 @@ OUTTXT_FILES= $(outdir)/NEWS.txt include $(depth)/make/stepmake.make MAKEINFO_FLAGS += -I $(top-src-dir)/Documentation/user +TEXI2HTML_FLAGS += -I $(top-src-dir)/Documentation/user local-WWW-1: $(OUT_TEXI_FILES) -- 2.39.5