Hint files installation patch - Mailing list pgadmin-hackers

From Tomasz Rybak
Subject Hint files installation patch
Date
Msg-id 1128956018.4642.1.camel@localhost.localdomain
Whole thread Raw
Responses Re: Hint files installation patch  (Andreas Pflug <pgadmin@pse-consulting.de>)
List pgadmin-hackers
Here's patch adding hint HTML files to installed ones.
Without it hints/*.html weren't installed, and when
pgAdmin tried to display hint, only empty window was
displayed.

Index: Makefile.am
===================================================================
--- Makefile.am    (wersja 4523)
+++ Makefile.am    (kopia robocza)
@@ -15,6 +15,7 @@
     $(top_srcdir)/LICENCE.txt

 TMP_docs = \
+    $(top_srcdir)/docs/en_US/hints/*.html \
     $(top_srcdir)/docs/en_US/pg/*.html \
     $(top_srcdir)/docs/en_US/pg/*.css \
     $(top_srcdir)/docs/en_US/images/*.png \


--
Tomasz Rybak <bogomips@post.pl>


pgadmin-hackers by date:

Previous
From: Andreas Pflug
Date:
Subject: Re: Crash during displaying drop-down menu for
Next
From: svn@pgadmin.org
Date:
Subject: SVN Commit by andreas: r4524 - trunk/pgadmin3