Skip to content

Commit 2eb8178

Browse files
committed
remove generated autotools files from source repository. use autogen.sh to create them when compiling from git.
1 parent d453d03 commit 2eb8178

17 files changed

+14
-17684
lines changed

ChangeLog

Lines changed: 0 additions & 709 deletions
This file was deleted.

Makefile.am

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,10 @@ pkgpython_PYTHON = \
5252

5353
CLEANFILES += py/*.pyc py/mock/*.pyc py/mock/plugins/*.pyc
5454

55+
dist: ChangeLog
56+
ChangeLog:
57+
(GIT_DIR=.git git-log > .changelog.tmp && mv .changelog.tmp ChangeLog; rm -f .changelog.tmp) || (touch ChangeLog; echo 'git directory not found: installing possibly empty changelog.' >&2)
58+
5559
REPLACE_VARS_ON_INSTALL=$(sbindir)/mock.py
5660
install-exec-hook:
5761
for i in $(REPLACE_VARS_ON_INSTALL); do \

0 commit comments

Comments
 (0)