From d136c6dc1ef46900488df20bb842909b73479f74 Mon Sep 17 00:00:00 2001 From: Siddhesh Poyarekar Date: Thu, 5 Dec 2013 09:34:58 +0530 Subject: BZ #15941: Fix INSTALL file regeneration failure with makeinfo 5.x I have skipped regenerating the INSTALL file because we want to continue using the 4.x generator for now. --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index ccba09a6ad..1998756df7 100644 --- a/Makefile +++ b/Makefile @@ -377,8 +377,8 @@ dist: dist-prepare fi endif -INSTALL: manual/install.texi manual/macros.texi \ - $(common-objpfx)manual/pkgvers.texi +INSTALL: manual/install-plain.texi manual/macros.texi \ + $(common-objpfx)manual/pkgvers.texi manual/install.texi makeinfo --no-validate --plaintext --no-number-sections \ -I$(common-objpfx)manual $< -o $@-tmp $(AWK) 'NF == 0 { ++n; next } \ -- cgit v1.2.1