Skip to content

Commit

Permalink
cleanup.
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Nov 24, 2010
1 parent 85a9e42 commit 1698cff
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Makefile.am
Expand Up @@ -51,8 +51,9 @@ update-latest-release:
echo "\$$(NEW_RELEASE_DATE) is missing"; \
exit 1; \
fi
cd $(top_srcdir) && test -d "misc" || \
svn export --force https://cutter.svn.sourceforge.net/svnroot/cutter/cutter/trunk/misc
cd $(top_srcdir) && test -d "misc" || \
svn export --force \
https://cutter.svn.sourceforge.net/svnroot/cutter/cutter/trunk/misc
cd $(top_srcdir) && \
misc/update-latest-release.rb \
$(PACKAGE) $(OLD_RELEASE) $(OLD_RELEASE_DATE) \
Expand Down

0 comments on commit 1698cff

Please sign in to comment.