From: Regina Obe Date: Thu, 13 Mar 2014 21:09:03 +0000 (+0000) Subject: #2621 Resources for documentation doesn't get installed - apply patch from mwanner X-Git-Tag: 2.2.0rc1~1192 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=423247422b1a0ed117904c09f147ae4c37aa4686;p=postgis #2621 Resources for documentation doesn't get installed - apply patch from mwanner git-svn-id: http://svn.osgeo.org/postgis/trunk@12323 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/doc/Makefile.in b/doc/Makefile.in index 9264d4653..b0f06b7a6 100644 --- a/doc/Makefile.in +++ b/doc/Makefile.in @@ -318,13 +318,17 @@ man-uninstall: 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