aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile.am14
1 files changed, 0 insertions, 14 deletions
diff --git a/Makefile.am b/Makefile.am
index fbe18df..13abf94 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -144,20 +144,6 @@ endif
.PHONY: ChangeLog test
ChangeLog:
- @if [ -e ".svn" ]; then \
- $(MAKE) ChangeLog-svn; \
- elif [ -e ".git" ]; then \
- $(MAKE) ChangeLog-git; \
- else \
- echo "Unknown SCM (not SVN nor GIT)";\
- exit 1; \
- fi;
-
-ChangeLog-svn:
- LC_ALL=C svn2cl
- rm -f *.bak
-
-ChangeLog-git:
@git2cl >ChangeLog
test: $(pkg_gdata) $(pkg_gscripts) $(arch_macrosfiles) $(pkg_gconfig)