From: Date: Fri, 1 Feb 2013 06:31:49 +0000 (+0000) Subject: Remove .svn directory from the release archive X-Git-Tag: accepted/tizen/5.0/unified/20181102.024921~103 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=cba9095278bc381177c8e90fcc0f537e1740c9d9;p=platform%2Fupstream%2Fglog.git Remove .svn directory from the release archive packages/deb is a directory and it may contain .svn git-svn-id: https://google-glog.googlecode.com/svn/trunk@133 eb4d4688-79bd-11dd-afb4-1d65580434c0 --- diff --git a/Makefile.am b/Makefile.am index e32bc6a..cff3352 100644 --- a/Makefile.am +++ b/Makefile.am @@ -227,7 +227,8 @@ dist-hook: libtool: $(LIBTOOL_DEPS) $(SHELL) ./config.status --recheck -EXTRA_DIST = packages/rpm.sh packages/rpm/rpm.spec packages/deb.sh packages/deb \ +EXTRA_DIST = packages/rpm.sh packages/rpm/rpm.spec \ + packages/deb.sh packages/deb/* \ $(SCRIPTS) src/logging_unittest.err src/demangle_unittest.txt \ src/windows/config.h src/windows/port.h src/windows/port.cc \ src/windows/preprocess.sh \ diff --git a/Makefile.in b/Makefile.in index 25bae24..17856a8 100644 --- a/Makefile.in +++ b/Makefile.in @@ -613,7 +613,8 @@ WINDOWS_PROJECTS = google-glog.sln vsprojects/libglog/libglog.vcproj \ vsprojects/logging_unittest/logging_unittest.vcproj \ vsprojects/libglog_static/libglog_static.vcproj \ vsprojects/logging_unittest_static/logging_unittest_static.vcproj -EXTRA_DIST = packages/rpm.sh packages/rpm/rpm.spec packages/deb.sh packages/deb \ +EXTRA_DIST = packages/rpm.sh packages/rpm/rpm.spec \ + packages/deb.sh packages/deb/* \ $(SCRIPTS) src/logging_unittest.err src/demangle_unittest.txt \ src/windows/config.h src/windows/port.h src/windows/port.cc \ src/windows/preprocess.sh \