2
0
mirror of https://github.com/sudo-project/sudo.git synced 2025-08-22 09:57:41 +00:00

Add ChangeLog target

This commit is contained in:
Todd C. Miller 2010-02-27 12:37:49 -05:00
parent 186ef7e688
commit d53f352c4e

View File

@ -21,6 +21,9 @@ SUBDIRS = src plugins/sample doc
all install: config.status
for d in $(SUBDIRS); do (cd $$d && $(MAKE) $@); done
ChangeLog:
hg log --style=changelog -b default > $@
config.status:
@if [ ! -s config.status ]; then \
echo "Please run configure first"; \
@ -35,7 +38,7 @@ mostlyclean: clean
distclean: config.status
-rm -rf compat/*.o pathnames.h config.h config.status config.cache \
config.log libtool stamp-h* autom4te.cache
config.log libtool stamp-h* autom4te.cache ChangeLog
for d in $(SUBDIRS); do (cd $$d && $(MAKE) $@); done
cleandir: distclean