summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1995-10-05 08:49:42 +0000
committerSatoshi Asami <asami@FreeBSD.org>1995-10-05 08:49:42 +0000
commitf074445b0675c2d1d4f97f4cbeb730cf34428fb2 (patch)
treef93f8c266e83e0effffce18c846c3e856d162342 /devel
parentFix typo in *comment* (blush), "2.4." should have been "2.4.1". (diff)
Make sure the texmf directory exists.
Submitted by: Thomas Gellekum <thomas@ghpc8.ihf.rwth-aachen.de>
Notes
Notes: svn path=/head/; revision=2262
Diffstat (limited to 'devel')
-rw-r--r--devel/noweb/files/patch-a17
1 files changed, 17 insertions, 0 deletions
diff --git a/devel/noweb/files/patch-a b/devel/noweb/files/patch-a
index f244de41aeb8..e717d137db4e 100644
--- a/devel/noweb/files/patch-a
+++ b/devel/noweb/files/patch-a
@@ -55,3 +55,20 @@ diff -cr Makefile.orig Makefile
# change WEAVE if you want a different version of noweave to be installed
WEAVE=noweave
+***************
+*** 96,102 ****
+ rm -f $(CATDIR)/nountangle.$(MANEXT).gz
+ (cd $(CATDIR); ln notangle.$(MANEXT).gz nountangle.$(MANEXT).gz)
+ install-tex:
+! -mkdir $(TEXINPUTS) 2>/dev/null
+ cp tex/nwmac.tex tex/noweb.sty $(TEXINPUTS)
+
+ checkin:
+--- 96,102 ----
+ rm -f $(CATDIR)/nountangle.$(MANEXT).gz
+ (cd $(CATDIR); ln notangle.$(MANEXT).gz nountangle.$(MANEXT).gz)
+ install-tex:
+! -mkdir -p $(TEXINPUTS) 2>/dev/null
+ cp tex/nwmac.tex tex/noweb.sty $(TEXINPUTS)
+
+ checkin: