Skip to content

Commit 48a30ee

Browse files
committed
Disable install/installcheck targets in doc/Makefile
1 parent 7107c20 commit 48a30ee

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Diff for: doc/Makefile

+4
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
#
55
#----------------------------------------------------------------------------
66

7+
NO_INSTALL := 1
8+
NO_INSTALLCHECK := 1
9+
710
ifndef PGSPHERE_VERSION
811
include ../Makefile.common.mk
912
ifndef PGSPHERE_VERSION
@@ -25,6 +28,7 @@ include $(top_srcdir)/contrib/contrib-global.mk
2528
endif
2629

2730
.SECONDARY:
31+
.NOTPARALLEL:
2832

2933
ifndef FOP
3034
FOP = fop

0 commit comments

Comments
 (0)