From: | svn(at)pgadmin(dot)org |
---|---|
To: | pgadmin-hackers(at)postgresql(dot)org |
Subject: | SVN Commit by dpage: r4613 - in trunk/pgadmin3: . pkg/win32/src |
Date: | 2005-10-25 07:30:19 |
Message-ID: | 200510250730.j9P7UJk0029976@developer.pgadmin.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgadmin-hackers |
Author: dpage
Date: 2005-10-25 08:30:19 +0100 (Tue, 25 Oct 2005)
New Revision: 4613
Modified:
trunk/pgadmin3/Makefile.am
trunk/pgadmin3/pkg/win32/src/pgadmin3.wxs
Log:
Add the sl_SI tips to makefile and win32 package.
Modified: trunk/pgadmin3/Makefile.am
===================================================================
--- trunk/pgadmin3/Makefile.am 2005-10-24 16:56:41 UTC (rev 4612)
+++ trunk/pgadmin3/Makefile.am 2005-10-25 07:30:19 UTC (rev 4613)
@@ -24,7 +24,8 @@
$(top_srcdir)/docs/en_US/pgadmin3.hh* \
$(top_srcdir)/docs/en_US/tips.txt \
$(top_srcdir)/docs/de_DE/hints/*.html \
- $(top_srcdir)/docs/es_ES/hints/*.html
+ $(top_srcdir)/docs/es_ES/hints/*.html \
+ $(top_srcdir)/docs/sl_SI/tips.txt
if !APPBUNDLE
nobase_dist_pkgdata_DATA = $(TMP_docs)
Modified: trunk/pgadmin3/pkg/win32/src/pgadmin3.wxs
===================================================================
--- trunk/pgadmin3/pkg/win32/src/pgadmin3.wxs 2005-10-24 16:56:41 UTC (rev 4612)
+++ trunk/pgadmin3/pkg/win32/src/pgadmin3.wxs 2005-10-25 07:30:19 UTC (rev 4613)
@@ -46,7 +46,6 @@
<Directory Id="DOCSDIR" Name="Docs">
<Directory Id="EN_USDOCSDIR" Name="en_US">
-
<Component Id="en_us_docs" Guid="1F6CED52-1445-4524-83DC-77F7C34177A9">
<File Id="en_us_docs.bugreport.html" Name="bugrep~1.htm" LongName="bugreport.html" DiskId="1" src="../../docs/en_US/bugreport.html" />
<File Id="en_us_docs.pgadmin3.chm" Name="pgadmin3.chm" DiskId="1" src="../../docs/en_US/pgadmin3.chm" />
@@ -55,7 +54,6 @@
</Component>
<Directory Id="EN_USHINTSDIR" Name="Hints">
-
<Component Id="en_us_hints" Guid="72DD1747-4AF2-48F6-BF92-0A93A3D19593">
<File Id="en_us_hints.autovacuum.html" Name="autova~1.htm" LongName="autovacuum.html" DiskId="1" src="../../docs/en_US/hints/autovacuum.html" />
<File Id="en_us_hints.conn-hba.html" Name="conn-h~1.htm" LongName="conn-hba.html" DiskId="1" src="../../docs/en_US/hints/conn-hba.html" />
@@ -70,14 +68,11 @@
<File Id="en_us_hints.vacuum.html" Name="vacuum.htm" LongName="vacuum.html" DiskId="1" src="../../docs/en_US/hints/vacuum.html" />
<File Id="en_us_hints.view-without-pk.html" Name="view-w~.htm" LongName="view-without-pk.html" DiskId="1" src="../../docs/en_US/hints/view-without-pk.html" />
</Component>
-
</Directory>
</Directory>
- <Directory Id="DE_DEDOCSDIR" Name="de_DE">
-
+ <Directory Id="DE_DEDOCSDIR" Name="de_DE">
<Directory Id="DE_DEHINTSDIR" Name="Hints">
-
<Component Id="de_de_hints" Guid="68C927F6-90DD-4275-BCDE-C41E4173FF8A">
<File Id="de_de_hints.autovacuum.html" Name="autova~1.htm" LongName="autovacuum.html" DiskId="1" src="../../docs/de_DE/hints/autovacuum.html" />
<File Id="de_de_hints.conn-hba.html" Name="conn-h~1.htm" LongName="conn-hba.html" DiskId="1" src="../../docs/de_DE/hints/conn-hba.html" />
@@ -92,22 +87,24 @@
<File Id="de_de_hints.vacuum.html" Name="vacuum.htm" LongName="vacuum.html" DiskId="1" src="../../docs/de_DE/hints/vacuum.html" />
<File Id="de_de_hints.view-without-pk.html" Name="view-w~.htm" LongName="view-without-pk.html" DiskId="1" src="../../docs/de_DE/hints/view-without-pk.html" />
</Component>
-
</Directory>
</Directory>
<Directory Id="ES_ESDOCSDIR" Name="es_ES">
-
<Directory Id="ES_ESHINTSDIR" Name="Hints">
-
<Component Id="es_es_hints" Guid="B0C057BB-C410-4AAA-8548-27D518E2985A">
<File Id="es_es_hints.autovacuum.html" Name="autova~1.htm" LongName="autovacuum.html" DiskId="1" src="../../docs/es_ES/hints/autovacuum.html" />
<File Id="es_es_hints.conn-hba.html" Name="conn-h~1.htm" LongName="conn-hba.html" DiskId="1" src="../../docs/es_ES/hints/conn-hba.html" />
</Component>
-
</Directory>
</Directory>
+ <Directory Id="SL_SIDOCSDIR" Name="sl_SI">
+ <Component Id="sl_si_docs" Guid="D6B8833F-1EE5-49e7-88D1-3CD490293F3B">
+ <File Id="sl_si_docs.tips.txt" Name="tips.txt" DiskId="1" src="../../docs/sl_SI/tips.txt" />
+ </Component>
+ </Directory>
+
</Directory>
<Component Id="pgagent_exes" Guid="FD786FF5-F499-42B3-8070-248E987F7E91">
@@ -158,6 +155,7 @@
<ComponentRef Id="core_libs" />
<ComponentRef Id="pgadmin_exes" />
<ComponentRef Id="en_us_docs" />
+ <ComponentRef Id="sl_si_docs" />
<ComponentRef Id="de_de_hints" />
<ComponentRef Id="es_es_hints" />
<ComponentRef Id="en_us_hints" />
From | Date | Subject | |
---|---|---|---|
Next Message | svn | 2005-10-25 09:18:51 | SVN Commit by andreas: r4614 - trunk/www/pgadmin3/cnt |
Previous Message | Bruno Wolff III | 2005-10-25 03:09:51 | Re: Replaying archived wal files after a dump restore? |