Hint files installation patch

Поиск
Список
Период
Сортировка
Искать

Hint files installation patch

От:
Tomasz Rybak <bogomips@post.pl>
Дата:
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 

Re: Hint files installation patch

От:
Andreas Pflug <pgadmin@pse-consulting.de>
Дата:
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

FAQ