From 13d85f98276b994d87656962d4f2f6c278a87ff5 Mon Sep 17 00:00:00 2001 From: dpage Date: Fri, 28 Aug 2009 19:25:05 +0000 Subject: [PATCH] Don't install project or batch files. git-svn-id: svn://svn.pgadmin.org/trunk/pgadmin3@8015 a7884b65-44f6-0310-8a51-81a127f17b15 --- Makefile.am | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Makefile.am b/Makefile.am index 8180133dc..477fa027c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -27,11 +27,11 @@ EXTRA_DIST = \ $(top_srcdir)/pgadmin3-release.pot \ $(top_srcdir)/pgAdmin3.sln \ $(top_srcdir)/stringextract \ - $(top_srcdir)/stringmerge + $(top_srcdir)/stringmerge \ + $(top_srcdir)/docs/Docs.vcproj \ + $(top_srcdir)/docs/builddocs.bat TMP_docs = \ - $(top_srcdir)/docs/Docs.vcproj \ - $(top_srcdir)/docs/builddocs.bat \ $(top_srcdir)/docs/en_US/*.css \ $(top_srcdir)/docs/en_US/*.html \ $(top_srcdir)/docs/en_US/pgadmin3.hh* \ @@ -39,7 +39,7 @@ TMP_docs = \ $(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/pgadmin3.hh* \ $(top_srcdir)/docs/cs_CZ/hints/*.html \ $(top_srcdir)/docs/cs_CZ/images/*.png \ $(top_srcdir)/docs/de_DE/hints/*.html \ @@ -47,7 +47,7 @@ TMP_docs = \ $(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