summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/cwebdir/Makefile
diff options
context:
space:
mode:
authorAndreas Scherer <andreas_tex@freenet.de>2023-09-20 10:24:51 +0000
committerAndreas Scherer <andreas_tex@freenet.de>2023-09-20 10:24:51 +0000
commit7908c999333330cd64e5632107f879070c9f3b68 (patch)
treef1b001bb950f34add7cd36f774557bde38a48687 /Build/source/texk/web2c/cwebdir/Makefile
parent706e07793932f1c3b036fe098fd29032f62fc6cf (diff)
[CWEB] Factor out cwebacromac.tex.
Extract common macros from cwebmac.tex and the PDF variants of the CTWILL macros. Update cwebman.tex accordingly. Fixes in CWEB code: - Consistent formatting of terminal output in cases of error - Revert fputs back to printf - Add curly braces for progress report (harmless glitch in CWEB 2.0) git-svn-id: svn://tug.org/texlive/trunk@68327 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c/cwebdir/Makefile')
-rw-r--r--Build/source/texk/web2c/cwebdir/Makefile12
1 files changed, 8 insertions, 4 deletions
diff --git a/Build/source/texk/web2c/cwebdir/Makefile b/Build/source/texk/web2c/cwebdir/Makefile
index c547ef91546..ed85fc70f28 100644
--- a/Build/source/texk/web2c/cwebdir/Makefile
+++ b/Build/source/texk/web2c/cwebdir/Makefile
@@ -77,13 +77,15 @@ CTANGLE = ./ctangle
SOURCES = cweave.w common.w ctangle.w
ALL = common.w ctangle.w cweave.w prod.w \
Makefile README common.c common.h ctangle.c \
- cwebman.tex cwebmac.tex comm-vms.ch ctang-vms.ch \
- cweav-vms.ch comm-man.ch ctang-man.ch cweav-man.ch \
- comm-pc.ch ctang-pc.ch cweav-pc.ch comm-amiga.ch \
+ cwebman.tex cwebacromac.tex cwebmac.tex \
+ cweb.1 cweb.el c++lib.w iso_types.w \
+ comm-man.ch ctang-man.ch cweav-man.ch \
comm-bs.ch ctang-bs.ch cweav-bs.ch makefile.bs \
+ comm-pc.ch ctang-pc.ch cweav-pc.ch comm-amiga.ch \
comm-ql.ch ctang-ql.ch cweav-ql.ch readme.ql \
+ comm-vms.ch ctang-vms.ch cweav-vms.ch \
comm-w32.ch ctang-w32.ch cweav-w32.ch \
- comm-os2.ch comm-mac.ch cweb.1 cweb.el c++lib.w iso_types.w
+ comm-os2.ch comm-mac.ch
.SUFFIXES: .dvi .tex .w .pdf
@@ -178,6 +180,8 @@ install: all
$(CP) cweb.1 $(MANDIR)/cweb.$(MANEXT)
chmod 644 $(MANDIR)/cweb.$(MANEXT)
- mkdir $(MACROSDIR)
+ $(CP) cwebacromac.tex $(MACROSDIR)
+ chmod 644 $(MACROSDIR)/cwebacromac.tex
$(CP) cwebmac.tex $(MACROSDIR)
chmod 644 $(MACROSDIR)/cwebmac.tex
- mkdir $(EMACSDIR)