From 08fb9ebe293e189d7c1eba058d83582dd6400fca Mon Sep 17 00:00:00 2001 From: Andreas Gustafsson Date: Mon, 18 Jun 2001 17:47:26 +0000 Subject: [PATCH] now that the man page .html files are no longer processed by update_copyrights, there is no need to include a CVS Id line in them --- make/rules.in | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/make/rules.in b/make/rules.in index 7e896cc118..27a24c0490 100644 --- a/make/rules.in +++ b/make/rules.in @@ -13,7 +13,7 @@ # NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION # WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -# $Id: rules.in,v 1.37 2001/06/08 19:04:05 gson Exp $ +# $Id: rules.in,v 1.38 2001/06/18 17:47:26 gson Exp $ ### ### Common Makefile rules for BIND 9. @@ -198,9 +198,7 @@ SGMLSPL = sgmlspl # .docbook.html: ${OPENJADE} -c ${SGMLCATALOG} -t sgml -d ${HTMLSTYLE} $< - sed 's/@Id@/$$Id: rules.in,v 1.37 2001/06/08 19:04:05 gson Exp $$/' < ${top_srcdir}/docutil/HTML_COPYRIGHT > $@ - cat r1.htm >> $@ - rm -f r1.htm + cat ${top_srcdir}/docutil/HTML_COPYRIGHT r1.htm > $@ .docbook.1: sh ${top_srcdir}/docutil/docbook2man-wrapper.sh ${top_srcdir} $< $@