Small change to the l2h target allowing the output dir, $(HTMLDIR), to be

a sibling of the html/ directory in the distribution.
This commit is contained in:
Fred Drake 1998-05-15 17:50:32 +00:00
parent a4565b0796
commit e593b6213a
1 changed files with 3 additions and 1 deletions

View File

@ -298,7 +298,8 @@ COMMONPERL=perl/manual.perl perl/python.perl
html: l2h
l2h:
(cd $(HTMLDIR); $(MAKE) TEXINPUTS=../paper-$(PAPER):../texinputs:)
(cd $(HTMLDIR); $(MAKE) TEXINPUTS=../paper-$(PAPER):../texinputs: \
-f ../html/Makefile)
l2hapi: $(COMMONPERL)
$(MKHTML) api $(L2HARGS)
@ -325,6 +326,7 @@ webcheck:
$(WEBCHECKER) file:`pwd`/api/
$(WEBCHECKER) file:`pwd`/ext/
$(WEBCHECKER) -m290000 file:`pwd`/lib/
$(WEBCHECKER) file:`pwd`/mac/
$(WEBCHECKER) file:`pwd`/ref/
$(WEBCHECKER) file:`pwd`/tut/