This is an automated email from the git hooks/post-receive script.

markus_wanner-guest pushed a commit to branch master
in repository postgis.

commit 21aa1f6993c88fb151091a767cb748b489192f11
Author: Markus Wanner <mar...@bluegap.ch>
Date:   Mon Jan 27 22:13:54 2014 +0100

    Commit another patch I forgot to add to git. Uploaded in 2.1.1-4, already.
---
 debian/patches/doc-resources | 28 ++++++++++++++++++++++++++++
 1 file changed, 28 insertions(+)

diff --git a/debian/patches/doc-resources b/debian/patches/doc-resources
new file mode 100644
index 0000000..3545912
--- /dev/null
+++ b/debian/patches/doc-resources
@@ -0,0 +1,28 @@
+Description: add HTML documentation resources (CSS, images)
+Author: Andrew Harvey <andrew.harv...@gmail.com>
+Bug-Debian: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=649352
+Last-Update: 2014-01-19
+
+--- a/doc/Makefile.in
++++ b/doc/Makefile.in
+@@ -318,13 +318,17 @@
+       rm -f $(DESTDIR)$(PGSQL_MANDIR)/man1/shp2pgsql.1
+       rm -f $(DESTDIR)$(PGSQL_MANDIR)/man1/pgsql2shp.1
+ 
+-docs-install: html/postgis.html
+-      mkdir -p $(DESTDIR)$(PGSQL_DOCDIR)/postgis
+-      $(INSTALL_DATA) html/postgis.html 
$(DESTDIR)$(PGSQL_DOCDIR)/postgis/postgis.html
++docs-install: html/postgis.html html/style.css
++      mkdir -p $(DESTDIR)$(PGSQL_DOCDIR)/postgis/images
++      $(INSTALL_DATA) html/postgis.html $(DESTDIR)$(PGSQL_DOCDIR)/postgis/
++      $(INSTALL_DATA) html/style.css $(DESTDIR)$(PGSQL_DOCDIR)/postgis/
++      $(INSTALL_DATA) html/images/* $(DESTDIR)$(PGSQL_DOCDIR)/postgis/images/
+       $(INSTALL_DATA) ../README.postgis 
$(DESTDIR)$(PGSQL_DOCDIR)/postgis/README.postgis
+ 
+ docs-uninstall: 
+       rm -f $(DESTDIR)$(PGSQL_DOCDIR)/postgis/postgis.html
++      rm -f $(DESTDIR)$(PGSQL_DOCDIR)/postgis/style.css
++      rm -rf $(DESTDIR)$(PGSQL_DOCDIR)/postgis/images
+       rm -f $(DESTDIR)$(PGSQL_DOCDIR)/postgis/README.postgis
+ 
+ install: comments-install

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/postgis.git

_______________________________________________
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

Reply via email to