forked from Lainports/freebsd-ports
PR: ports/79083, ports/79301 Submitted by: Anderson S. Ferreira <anderson@cnpm.embrapa.br> (maintainer)
18 lines
540 B
Text
18 lines
540 B
Text
--- Makefile Tue Mar 8 13:46:23 2005
|
|
+++ Makefile Mon Mar 28 09:22:32 2005
|
|
@@ -5,8 +5,15 @@
|
|
#-----------------------------------------------------
|
|
|
|
all: liblwgeom loaderdumper utils
|
|
+ifneq ($(WITH-DOC),)
|
|
+ $(MAKE) -C doc chunked-html
|
|
+endif
|
|
|
|
install: all liblwgeom-install loaderdumper-install
|
|
+ $(MAKE) INSTALL_DATA="$(INSTALL_DATA)" DATADIR=$(DATADIR) -C utils install
|
|
+ifneq ($(WITH-DOC),)
|
|
+ $(MAKE) INSTALL_DATA="$(INSTALL_DATA)" DOCSDIR=$(DOCSDIR) -C doc install
|
|
+endif
|
|
|
|
uninstall: liblwgeom-uninstall loaderdumper-uninstall
|
|
|