7 lines
141 B
Makefile
7 lines
141 B
Makefile
SUBDIRS = src
|
|
|
|
EXTRA_DIST=eilduscd.conf
|
|
|
|
dist-hook:
|
|
chmod u+w ${distdir}/ChangeLog
|
|
if test -d .bzr; then bzr log >${distdir}/ChangeLog; fi
|