Thread: Hint files installation patch

Hint files installation patch

From
Tomasz Rybak
Date:
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>


Re: Hint files installation patch

From
Andreas Pflug
Date:
Tomasz Rybak wrote:
> 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.

German hints were missing too...
Fixed in svn, thanks for reporting.

Regards,
Andreas