diff --git a/makefile b/makefile index 67bcaf7..0ca893c 100644 --- a/makefile +++ b/makefile @@ -1,5 +1,5 @@ # Build a release of twander using 'make' -# $Id: makefile,v 1.108 2005/02/02 23:54:05 tundra Exp $ +# $Id: makefile,v 1.109 2005/02/03 00:27:37 tundra Exp $ # Uncomment One Of The Following For Early Releases @@ -88,7 +88,7 @@ @printf "%s\n%s\n\n" ${HEADER1} ${HEADER2} | cat - $@ >${TMPFILE} @mv ${TMPFILE} $@ @emacs $@ - @ci $@ + @ci -m${HEADER1} $@ @co $@ docs: ${DOCFILES} ${SUPPFILES}