View | Details | Raw Unified | Return to bug 23248
Collapse All | Expand All

(-)a/doc/Makefile.in (-12 / +12 lines)
Lines 125-148 maintainer-clean: clean Link Here
125
comments: postgis_comments.sql
125
comments: postgis_comments.sql
126
126
127
comments-install: comments
127
comments-install: comments
128
	cp postgis_comments.sql $(PGSQL_SHAREDIR)/contrib/postgis_comments.sql
128
	cp postgis_comments.sql $(DESTDIR)$(PGSQL_SHAREDIR)/contrib/postgis_comments.sql
129
129
130
comments-uninstall:
130
comments-uninstall:
131
	rm -f $(PGSQL_SHAREDIR)/contrib/postgis_comments.sql
131
	rm -f $(DESTDIR)$(PGSQL_SHAREDIR)/contrib/postgis_comments.sql
132
132
133
install: html/postgis.html man/shp2pgsql.1 man/pgsql2shp.1
133
install: html/postgis.html man/shp2pgsql.1 man/pgsql2shp.1
134
	@mkdir -p $(PGSQL_DOCDIR)/postgis
134
	@mkdir -p $(DESTDIR)$(DOCDIR)
135
	@mkdir -p $(PGSQL_MANDIR)/man1
135
	@mkdir -p $(DESTDIR)$(MAN1DIR)
136
	cp html/postgis.html $(PGSQL_DOCDIR)/postgis/postgis.html
136
	cp html/postgis.html $(DESTDIR)$(DOCDIR)/postgis.html
137
	cp ../README.postgis $(PGSQL_DOCDIR)/postgis/README.postgis
137
	cp ../README.postgis $(DESTDIR)$(DOCDIR)/README.postgis
138
	cp man/pgsql2shp.1 $(PGSQL_MANDIR)/man1/pgsql2shp.1
138
	cp man/pgsql2shp.1 $(DESTDIR)$(MAN1DIR)/pgsql2shp.1
139
	cp man/shp2pgsql.1 $(PGSQL_MANDIR)/man1/shp2pgsql.1
139
	cp man/shp2pgsql.1 $(DESTDIR)$(MAN1DIR)/shp2pgsql.1
140
140
141
uninstall:
141
uninstall:
142
	rm -f $(PGSQL_DOCDIR)/postgis/postgis.html
142
	rm -f $(DESTDIR)$(DOCDIR)/postgis.html
143
	rm -f $(PGSQL_DOCDIR)/postgis/README.postgis
143
	rm -f $(DESTDIR)$(DOCDIR)/README.postgis
144
	rm -f $(PGSQL_MANDIR)/man1/shp2pgsql.1
144
	rm -f $(DESTDIR)$(MAN1DIR)/shp2pgsql.1
145
	rm -f $(PGSQL_MANDIR)/man1/pgsql2shp.1
145
	rm -f $(DESTDIR)$(MAN1DIR)/pgsql2shp.1
146
146
147
requirements_not_met_xsltproc:
147
requirements_not_met_xsltproc:
148
	@echo
148
	@echo

Return to bug 23248