1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-07 06:40:06 +00:00
freebsd-ports/databases/postgis/files/patch-doc-html-image_src-Makefile.in
Wen Heping 037fe5524f - Update to 1.5.0
PR:		ports/144378
Submitted by:	Anderson Soares Ferreira <anderson@cnpm.embrapa.br> (maintainer)
2010-03-26 03:00:34 +00:00

31 lines
783 B
Plaintext

--- doc/html/image_src/Makefile.in.orig 2010-01-12 01:31:49.000000000 +0800
+++ doc/html/image_src/Makefile.in 2010-03-26 10:15:25.000000000 +0800
@@ -83,7 +83,18 @@
../images/st_touches04.png \
../images/st_touches05.png \
../images/st_touches06.png \
- ../images/st_within01.png
+ ../images/st_within01.png \
+ ../images/caution.png \
+ ../images/check.png \
+ ../images/important.png \
+ ../images/note.png \
+ ../images/tip.png \
+ ../images/warning.png \
+ ../images/matrix_autocast.png \
+ ../images/matrix_transform.png \
+ ../images/matrix_checkmark.png
+
+
# Images that are created with dimensions 100x100
IMAGES_RESIZED= \
@@ -134,3 +145,7 @@
@rm -f generator
@rm -f tmp[0-9].png
+install:
+ @mkdir -p $(DOCSDIR)/images
+ cp $(IMAGES) $(DOCSDIR)/images
+