diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2009-10-24 14:48:19 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2009-10-24 14:48:19 +0000 |
commit | 16283fea21bef1f6b994f3337e5bd4db4556a521 (patch) | |
tree | 2799fed3c6e551a5d71d16ab699cabd1885a744f /app/xlsatoms/Makefile.am | |
parent | 62f747b6d01eefbbfc9539f9ebdad38cc983c9a7 (diff) |
Update to xlsatoms 1.0.2
Diffstat (limited to 'app/xlsatoms/Makefile.am')
-rw-r--r-- | app/xlsatoms/Makefile.am | 14 |
1 files changed, 12 insertions, 2 deletions
diff --git a/app/xlsatoms/Makefile.am b/app/xlsatoms/Makefile.am index a2a861755..d328a5f03 100644 --- a/app/xlsatoms/Makefile.am +++ b/app/xlsatoms/Makefile.am @@ -21,7 +21,7 @@ bin_PROGRAMS = xlsatoms -xlsatoms_CFLAGS = $(XLSATOMS_CFLAGS) +AM_CFLAGS = $(CWARNFLAGS) $(XLSATOMS_CFLAGS) xlsatoms_LDADD = $(XLSATOMS_LIBS) xlsatoms_SOURCES = \ @@ -60,4 +60,14 @@ MAN_SUBSTS = \ SUFFIXES = .$(APP_MAN_SUFFIX) .man .man.$(APP_MAN_SUFFIX): - sed $(MAN_SUBSTS) < $< > $@ + $(AM_V_GEN)$(SED) $(MAN_SUBSTS) < $< > $@ + +EXTRA_DIST += ChangeLog +MAINTAINERCLEANFILES = ChangeLog + +.PHONY: ChangeLog + +ChangeLog: + $(CHANGELOG_CMD) + +dist-hook: ChangeLog |