mirror of
https://github.com/isc-projects/bind9.git
synced 2026-04-21 06:09:13 -04:00
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
This commit is contained in:
parent
5465e5f7dd
commit
08fb9ebe29
1 changed files with 2 additions and 4 deletions
|
|
@ -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} $< $@
|
||||
|
|
|
|||
Loading…
Reference in a new issue