summaryrefslogtreecommitdiff
path: root/databases/postgis/files/patch-GNUmakefile
blob: 5cc80a4804b08df3b2a548374cadcd5a2bbc3538 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
--- GNUmakefile.orig	2007-07-11 05:12:42.000000000 +0800
+++ GNUmakefile	2007-08-31 17:41:49.000000000 +0800
@@ -4,9 +4,9 @@
 #
 #-----------------------------------------------------
 
-all: Makefile.config liblwgeom loaderdumper utils 
+all: Makefile.config liblwgeom loaderdumper utils docs
 
-install: all liblwgeom-install loaderdumper-install 
+install: all liblwgeom-install loaderdumper-install utils-install docs-install
 
 uninstall: liblwgeom-uninstall loaderdumper-uninstall docs-uninstall 
 
@@ -72,21 +72,31 @@
 	$(MAKE) -C extras/template_gis uninstall
 
 docs: Makefile.config
-	$(MAKE) -C doc 
+ifndef NOPORTSDOC
+	$(MAKE) -C doc
+endif
 
 docs-clean: Makefile.config
+ifndef NOPORTSDOC
 	$(MAKE) -C doc clean
-
+endif
 
 docs-install:
+ifndef NOPORTSDOC
 	$(MAKE) -C doc install
+endif
 
 docs-uninstall:
+ifndef NOPORTSDOC
 	$(MAKE) -C doc uninstall
+endif
 
 utils:
 	$(MAKE) -C utils
 
+utils-install:
+	${MAKE} -C utils install
+
 configure: configure.in
 	./autogen.sh