On Sat, Feb 25, 2006 at 06:58:32PM -0500, Ian Turner wrote: > I'm surprised to hear you say that it fails with gmake too, since that's what > I use. What version of GNU make?
3,80 > > > Sorry, it's been too long since I did this. > > You shouldn't need to apply the patch manually; if you take the attachment > and > pipe it into the patch program, it will make the change automatically, like > so: > > patch man/Makefile.am < /path/to/message/attachment > > But if you want to apply the patch manually, read on. > > > So, I read this as repalce the line: > > > > $(XSLTPROC) --path xslt/ --output $@ man.xsl $< > > > > with > > > > %: xml-source/%.proc.xml $(srcdir)/xslt/man.xsl > > > > am I reading this corectly? > > No, you should replace the line > $(man_MANS): %: xml-source/%.proc.xml $(srcdir)/xslt/man.xsl > with > %: xml-source/%.proc.xml $(srcdir)/xslt/man.xsl > > that is, to remove the $(man_MANS): at the beginning of the line. Thanks, taht, indeed to allow a complet build, once applied. -- U.S. Encouraged by Vietnam Vote - Officials Cite 83% Turnout Despite Vietcong Terror - New York Times 9/3/1967
