summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile.am10
1 files changed, 5 insertions, 5 deletions
diff --git a/Makefile.am b/Makefile.am
index 5366156..0d6c142 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -41,8 +41,8 @@ fedora-snapshot: dist
.PHONY: homepage
dist-hook:
- if test -d .svn ; then \
- svn update ; \
- chmod u+w ${distdir}/ChangeLog || true ; \
- svn2cl -o ${distdir}/ChangeLog ; \
- fi
+ if test -d .svn ; then \
+ svn update ; \
+ chmod u+w ${distdir}/ChangeLog || true ; \
+ svn2cl -o ${distdir}/ChangeLog ; \
+ fi