From ea12b3ca8cf4d5d4a35f6ca49f8e5128f716fa90 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Tue, 12 May 2015 12:30:50 -0400 Subject: doc build: use unique Makefile variable to control temp install --- doc/src/sgml/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'doc/src') diff --git a/doc/src/sgml/Makefile b/doc/src/sgml/Makefile index f04e57246df..ac3a142bb26 100644 --- a/doc/src/sgml/Makefile +++ b/doc/src/sgml/Makefile @@ -17,6 +17,8 @@ # to want to use. html: +NO_TEMP_INSTALL=yes + subdir = doc/src/sgml top_builddir = ../../.. include $(top_builddir)/src/Makefile.global -- cgit v1.2.3