mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-04 02:08:49 -04:00
35 lines
949 B
Plaintext
35 lines
949 B
Plaintext
$NetBSD: patch-doc_Makefile.in,v 1.1 2012/01/10 14:00:46 gdt Exp $
|
|
|
|
--- doc/Makefile.in.orig 2010-09-19 12:21:28.000000000 +0000
|
|
+++ doc/Makefile.in
|
|
@@ -111,24 +111,24 @@ doxygen: doxygen.cfg
|
|
doxygen $<
|
|
|
|
images:
|
|
- make -C html/image_src images
|
|
+ $(MAKE) -C html/image_src images
|
|
|
|
clean:
|
|
- make -C html/image_src clean
|
|
+ $(MAKE) -C html/image_src clean
|
|
@rm -f postgis-out.xml postgis_aggs_mm.xml
|
|
|
|
maintainer-clean: clean
|
|
- make -C html/image_src clean
|
|
+ $(MAKE) -C html/image_src clean
|
|
@rm -f html/*.html \
|
|
postgis-${POSTGIS_MAJOR_VERSION}.${POSTGIS_MINOR_VERSION}.${POSTGIS_MICRO_VERSION}.pdf
|
|
|
|
comments: postgis_comments.sql
|
|
|
|
comments-install: comments
|
|
- make -f Makefile.comments install
|
|
+ $(MAKE) -f Makefile.comments install
|
|
|
|
comments-uninstall:
|
|
- make -f Makefile.comments uninstall
|
|
+ $(MAKE) -f Makefile.comments uninstall
|
|
|
|
install: html/postgis.html man/shp2pgsql.1 man/pgsql2shp.1
|
|
@mkdir -p $(PGSQL_DOCDIR)/postgis
|