From f689c91581665257602a841d03f73078c3495e14 Mon Sep 17 00:00:00 2001 From: Norbert Preining Date: Mon, 7 Feb 2022 03:03:44 +0000 Subject: CTAN sync 202202070303 --- web/c_cpp/cweb/Makefile | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'web/c_cpp/cweb/Makefile') diff --git a/web/c_cpp/cweb/Makefile b/web/c_cpp/cweb/Makefile index 86db9f3bfc..92e59b857b 100644 --- a/web/c_cpp/cweb/Makefile +++ b/web/c_cpp/cweb/Makefile @@ -1,6 +1,6 @@ # This file is part of CWEB. # It is distributed WITHOUT ANY WARRANTY, express or implied. -# Version 4.6 --- December 2021 +# Version 4.7 --- February 2022 # Copyright (C) 1987,1990,1993,2000 Silvio Levy and Donald E. Knuth @@ -64,9 +64,11 @@ CP= /bin/cp # uncomment the second line if you use pdftex to bypass .dvi files # uncomment the third line if you use xetex to bypass .dvi files +# uncomment the forth line if you use hitex for HINT output PDFTEX = dvipdfm #PDFTEX = pdftex #PDFTEX = xetex +#PDFTEX = hitex ########## You shouldn't have to change anything after this point ####### @@ -108,6 +110,7 @@ ALL = common.w ctangle.w cweave.w prod.w \ dvipdfm ) tex "\let\pdf+ \input $*"; dvipdfm $* ;; \ pdftex ) pdftex $* ;; \ xetex ) xetex $* ;; \ + hitex ) hitex $* ;; \ esac all: ctangle cweave @@ -163,7 +166,7 @@ fullmanual: usermanual $(SOURCES) comm-man.ch ctang-man.ch cweav-man.ch # be sure to leave ctangle.c and common.c for bootstrapping clean: $(RM) -f -r *~ *.o common.tex cweave.tex cweave.c ctangle.tex \ - *.log *.dvi *.toc *.idx *.scn *.pdf core cweave ctangle + *.log *.dvi *.toc *.idx *.scn *.pdf *.hnt core cweave ctangle install: all - mkdir $(DESTDIR) -- cgit v1.2.3