Description: Update various files to Debian versions
 There are a number of #defines and similar which change based on the
 specific versions of software being compiled against.  Update these to
 match the current Debian build environment.
Author: Stephen Frost <sfrost@snowman.net>
Last-Update: 2013-07-22

--- a/doc/Makefile.comments
+++ b/doc/Makefile.comments
@@ -21,8 +21,8 @@ MODULEDIR=contrib/$(MODULE_doc)
 DATA_built=postgis_comments.sql raster_comments.sql topology_comments.sql
 
 # PGXS information
-PG_CONFIG = /home/postgresql-9.3/bin/pg_config 
-PGXS := /home/postgresql-9.3.1/lib/pgxs/src/makefiles/pgxs.mk
+PG_CONFIG = /usr/lib/postgresql/9.4/bin/pg_config
+PGXS := /usr/lib/postgresql/9.4/lib/pgxs/src/makefiles/pgxs.mk
 include $(PGXS)
 
 # PGXS override feature. The ability to allow PostGIS to install itself
