Hint files installation patch

Поиск
Список
Период
Сортировка
От Tomasz Rybak
Тема Hint files installation patch
Дата
Msg-id 1128956018.4642.1.camel@localhost.localdomain
обсуждение исходный текст
Ответы Re: Hint files installation patch  (Andreas Pflug <pgadmin@pse-consulting.de>)
Список 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 по дате отправления:

Предыдущее
От: Andreas Pflug
Дата:
Сообщение: Re: Crash during displaying drop-down menu for
Следующее
От: svn@pgadmin.org
Дата:
Сообщение: SVN Commit by andreas: r4524 - trunk/pgadmin3