mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-10 19:20:00 -04:00
don't leave r1.htm droppings
This commit is contained in:
parent
1b1f63339c
commit
9e3c3e4139
1 changed files with 2 additions and 1 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.40 2001/08/29 04:15:03 marka Exp $
|
||||
# $Id: rules.in,v 1.41 2001/09/14 20:23:53 gson Exp $
|
||||
|
||||
###
|
||||
### Common Makefile rules for BIND 9.
|
||||
|
|
@ -200,6 +200,7 @@ SGMLSPL = sgmlspl
|
|||
.docbook.html:
|
||||
${OPENJADE} -c ${SGMLCATALOG} -t sgml -d ${HTMLSTYLE} $<
|
||||
cat ${top_srcdir}/docutil/HTML_COPYRIGHT r1.htm > $@
|
||||
rm -f r1.htm
|
||||
|
||||
.docbook.1:
|
||||
sh ${top_srcdir}/docutil/docbook2man-wrapper.sh ${top_srcdir} $< $@
|
||||
|
|
|
|||
Loading…
Reference in a new issue