#! /bin/sh /usr/share/dpatch/dpatch-run ## 09_tangle_manpages.dpatch by ## ## All lines beginning with ## DP:' are a description of the patch. ## DP: replace notangle with markup | nt so manpages get built ## DP: fixes bug #394551 @DPATCH@ diff -u noweb/src/xdoc/Makefile noweb/src/xdoc/Makefile --- noweb/src/xdoc/Makefile 2003-12-11 12:05:09.000000000 -0700 +++ noweb/src/xdoc/Makefile 2006-11-17 18:25:10.000000000 -0700 @@ -39,16 +39,16 @@ cp guide.html $(WWW) notangle.1: manpage.nw ../shell/noweave.nw docdate.nw - notangle -t8 -Rnotangle.1 manpage.nw ../shell/noweave.nw docdate.nw | $(DOVERSION) > notangle.1 + ../c/markup -t manpage.nw ../shell/noweave.nw docdate.nw | ../c/nt -t8 -Rnotangle.1 | $(DOVERSION) > notangle.1 nowebstyle.7: manpage.nw ../tex/support.nw docdate.nw - notangle -t8 -Rnowebstyle.7 manpage.nw ../tex/support.nw docdate.nw | $(DOVERSION) > nowebstyle.7 + ../c/markup -t manpage.nw ../tex/support.nw docdate.nw | ../c/nt -t8 -Rwebstyle.1 | $(DOVERSION) > nowebstyle.7 nowebfilters.7: nowebfilters.nw docdate.nw notangle -t8 nowebfilters.nw docdate.nw | $(DOVERSION) > nowebfilters.7 noweb.1: manpage.nw docdate.nw - notangle -t8 -Rnoweb.1 manpage.nw docdate.nw | $(DOVERSION) > noweb.1 + ../c/markup -t manpage.nw docdate.nw | ../c/nt -t8 -Rnoweb.1 | $(DOVERSION) > noweb.1 nodefs.1: nodefs.nw docdate.nw notangle -t8 nodefs.nw docdate.nw | $(DOVERSION) > nodefs.1 @@ -66,10 +66,10 @@ notangle -t8 htmltoc.nw docdate.nw | $(DOVERSION) > htmltoc.1 cpif.1: manpage.nw docdate.nw - notangle -t8 -Rcpif.1 manpage.nw docdate.nw | $(DOVERSION) > cpif.1 + ../c/markup -t manpage.nw docdate.nw | ../c/nt -t8 -Rcpif.1 | $(DOVERSION) > cpif.1 nuweb2noweb.1: manpage.nw docdate.nw - notangle -t8 -Rnuweb2noweb.1 manpage.nw docdate.nw | $(DOVERSION) > nuweb2noweb.1 + ../c/markup -t manpage.nw docdate.nw | ../c/nt -t8 -Rnuweb2noweb.1 | $(DOVERSION) > nuweb2noweb.1 noroff.1: noroff.nw docdate.nw notangle -t8 noroff.nw docdate.nw | $(DOVERSION) > noroff.1