Don't install project or batch files.
authordpage <dpage@a7884b65-44f6-0310-8a51-81a127f17b15>
Fri, 28 Aug 2009 19:25:05 +0000 (19:25 +0000)
committerdpage <dpage@a7884b65-44f6-0310-8a51-81a127f17b15>
Fri, 28 Aug 2009 19:25:05 +0000 (19:25 +0000)
git-svn-id: svn://svn.pgadmin.org/trunk/pgadmin3@8015 a7884b65-44f6-0310-8a51-81a127f17b15

Makefile.am

index 8180133dc3689b1f96b01022524eb2a6f7cd93ab..477fa027c9a277c3a7c690697bf0e0846e845036 100644 (file)
@@ -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 \