1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-28 23:42:10 +03:00

doc build: use unique Makefile variable to control temp install

This commit is contained in:
Bruce Momjian
2015-05-12 12:30:50 -04:00
parent 007c932e5a
commit ea12b3ca8c
2 changed files with 3 additions and 1 deletions

View File

@ -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