diff options
Diffstat (limited to 'devel/noweb/files/patch-a')
| -rw-r--r-- | devel/noweb/files/patch-a | 121 |
1 files changed, 47 insertions, 74 deletions
diff --git a/devel/noweb/files/patch-a b/devel/noweb/files/patch-a index e4d6f0fcd229..e7532515b58c 100644 --- a/devel/noweb/files/patch-a +++ b/devel/noweb/files/patch-a @@ -1,74 +1,47 @@ -diff -cr Makefile.orig Makefile -*** Makefile.orig Fri May 26 02:37:09 1995 ---- Makefile Sat Jul 15 16:21:45 1995 -*************** -*** 2,14 **** - # See file COPYRIGHT for more information. - # - # Adjust these two lines for your ANSI C compiler -! CC=gcc -! CFLAGS= - # If you have Icon, you should use the Icon versions of the noweb pipeline. -! # Set LIBSRC=icon -! LIBSRC=awk - # If you have no Icon compiler, but do have icont, make ICONC=icont -! ICONC=iconc - ICONT=icont - - # BIN is where the commands (notangle, noweave, nountangle, noroots) land ---- 2,14 ---- - # See file COPYRIGHT for more information. - # - # Adjust these two lines for your ANSI C compiler -! #CC=gcc -! #CFLAGS= - # If you have Icon, you should use the Icon versions of the noweb pipeline. -! LIBSRC=icon -! #LIBSRC=awk - # If you have no Icon compiler, but do have icont, make ICONC=icont -! ICONC=icont - ICONT=icont - - # BIN is where the commands (notangle, noweave, nountangle, noroots) land -*************** -*** 16,26 **** - # MAN is the root of your local man pages directory - # MANEXT is the extension for your commands' man pages (usually 1 or l) - # TEXINPUTS is the directory for TeX macro files -! BIN=/usr/local/noweb -! LIB=/usr/local/noweb/lib -! MAN=/usr/local/noweb/man - MANEXT=1 -! TEXINPUTS=/usr/local/tex/inputs - - # change WEAVE if you want a different version of noweave to be installed - WEAVE=noweave ---- 16,26 ---- - # MAN is the root of your local man pages directory - # MANEXT is the extension for your commands' man pages (usually 1 or l) - # TEXINPUTS is the directory for TeX macro files -! BIN=${PREFIX}/bin -! LIB=${PREFIX}/share/noweb -! MAN=${PREFIX}/man - MANEXT=1 -! TEXINPUTS=${LIB}/tex - - # 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: +--- Makefile.orig Sat Apr 5 03:17:19 1997 ++++ Makefile Fri Jun 20 08:28:38 1997 +@@ -2,13 +2,13 @@ + # See file COPYRIGHT for more information. + # + # Adjust these two lines for your ANSI C compiler +-CC=gcc +-CFLAGS= ++#CC=gcc ++#CFLAGS= + # If you have Icon, you should use the Icon versions of the noweb pipeline. +-# Set LIBSRC=icon +-LIBSRC=awk ++LIBSRC=icon ++#LIBSRC=awk + # If you have no Icon compiler, but do have icont, make ICONC=icont +-ICONC=iconc ++ICONC=icont + ICONT=icont + + # BIN is where the commands (notangle, noweave, nountangle, noroots) land +@@ -17,12 +17,12 @@ + # MANEXT is the extension for your commands' man pages (usually 1 or l) + # MAN7EXT is the extension for the nowebstyle man page (usually 7) + # TEXINPUTS is the directory for TeX macro files +-BIN=/usr/local/noweb +-LIB=/usr/local/noweb/lib +-MAN=/usr/local/noweb/man ++BIN=${PREFIX}/bin ++LIB=${PREFIX}/share/noweb ++MAN=${PREFIX}/man + MANEXT=1 + MAN7EXT=7 +-TEXINPUTS=/usr/local/tex/inputs ++TEXINPUTS=${LIB}/tex + + # change WEAVE if you want a different version of noweave to be installed + WEAVE=noweave +@@ -109,7 +109,7 @@ + rm -f $(CATDIR)/nountangle.$(MANEXT).gz + (cd $(CATDIR); ln notangle.$(MANEXT).gz nountangle.$(MANEXT).gz) + install-tex: +- -mkdir $(TEXINPUTS) 2>/dev/null ++ -mkdir -p $(TEXINPUTS) 2>/dev/null + cp tex/nwmac.tex tex/noweb.sty $(TEXINPUTS) + + checkin: |
