Thread: SVN Commit by andreas: r4537 - trunk/pgadmin3

SVN Commit by andreas: r4537 - trunk/pgadmin3

From
svn@pgadmin.org
Date:
Author: andreas
Date: 2005-10-13 10:08:26 +0100 (Thu, 13 Oct 2005)
New Revision: 4537

Modified:
   trunk/pgadmin3/Makefile.am
Log:
Spanish

Modified: trunk/pgadmin3/Makefile.am
===================================================================
--- trunk/pgadmin3/Makefile.am    2005-10-13 09:07:24 UTC (rev 4536)
+++ trunk/pgadmin3/Makefile.am    2005-10-13 09:08:26 UTC (rev 4537)
@@ -17,13 +17,14 @@
 TMP_docs = \
     $(top_srcdir)/docs/en_US/pg/*.html \
     $(top_srcdir)/docs/en_US/hints/*.html \
-    $(top_srcdir)/docs/de_DE/hints/*.html \
     $(top_srcdir)/docs/en_US/pg/*.css \
     $(top_srcdir)/docs/en_US/images/*.png \
     $(top_srcdir)/docs/en_US/*.html \
     $(top_srcdir)/docs/en_US/*.css \
     $(top_srcdir)/docs/en_US/pgadmin3.hh* \
-    $(top_srcdir)/docs/en_US/tips.txt
+    $(top_srcdir)/docs/en_US/tips.txt \
+    $(top_srcdir)/docs/de_DE/hints/*.html \
+    $(top_srcdir)/docs/es_ES/hints/*.html

 if !APPBUNDLE
 nobase_dist_pkgdata_DATA = $(TMP_docs)