From 4f46e7a73b164de2365f3e6acd384434b8735531 Mon Sep 17 00:00:00 2001 From: guillaume Date: Thu, 11 Jun 2009 07:42:37 +0000 Subject: [PATCH] Czech help build fix, per Marek Cernocky. git-svn-id: svn://svn.pgadmin.org/trunk/pgadmin3@7913 a7884b65-44f6-0310-8a51-81a127f17b15 --- Makefile.am | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index c808e71fd..8180133dc 100644 --- a/Makefile.am +++ b/Makefile.am @@ -37,12 +37,17 @@ TMP_docs = \ $(top_srcdir)/docs/en_US/pgadmin3.hh* \ $(top_srcdir)/docs/en_US/hints/*.html \ $(top_srcdir)/docs/en_US/images/*.png \ + $(top_srcdir)/docs/cs_CZ/*.css \ + $(top_srcdir)/docs/cs_CZ/*.html \ + $(top_srcdir)/docs/cs_CZ/pgadmin3.hh* \ + $(top_srcdir)/docs/cs_CZ/hints/*.html \ + $(top_srcdir)/docs/cs_CZ/images/*.png \ $(top_srcdir)/docs/de_DE/hints/*.html \ $(top_srcdir)/docs/es_ES/hints/*.html \ $(top_srcdir)/docs/fi_FI/hints/*.html \ $(top_srcdir)/docs/fr_FR/*.css \ $(top_srcdir)/docs/fr_FR/*.html \ - $(top_srcdir)/docs/fr_FR/pgadmin3.hh* \ + $(top_srcdir)/docs/fr_FR/pgadmin3.hh* \ $(top_srcdir)/docs/fr_FR/hints/*.html \ $(top_srcdir)/docs/fr_FR/images/*.png \ $(top_srcdir)/docs/sl_SI/hints/*.html \ -- 2.39.5