Ensure we honour $DESTDIR, per Devrim
authordpage <dpage@a7884b65-44f6-0310-8a51-81a127f17b15>
Tue, 3 Jun 2008 10:36:47 +0000 (10:36 +0000)
committerdpage <dpage@a7884b65-44f6-0310-8a51-81a127f17b15>
Tue, 3 Jun 2008 10:36:47 +0000 (10:36 +0000)
git-svn-id: svn://svn.pgadmin.org/trunk/pgadmin3@7346 a7884b65-44f6-0310-8a51-81a127f17b15

Makefile.am

index d1554e77521815da52a293ab760c1045c3a5271f..97785d6b78985818e17dcdad8ca6b8042b0fe156 100644 (file)
@@ -57,10 +57,10 @@ TMP_docs = \
 
 if !APPBUNDLE
 nobase_dist_pkgdata_DATA = $(TMP_docs)
-help_cache = $(pkgdatadir)/docs/en_US/pgadmin3.hhp.cached
+help_cache = $(DESTDIR)/$(pkgdatadir)/docs/en_US/pgadmin3.hhp.cached
 else
 nobase_dist_data_DATA = $(TMP_docs)
-help_cache = $(datadir)/docs/en_US/pgadmin3.hhp.cached
+help_cache = $(DESTDIR)/$(datadir)/docs/en_US/pgadmin3.hhp.cached
 endif
 
 # We need to ensure the help cache is world writeable