Lines 1-5
Link Here
|
1 |
--- Makefile.orig 2006-06-12 20:14:20.000000000 +0000 |
1 |
--- Makefile.orig 2006-06-12 20:14:20 UTC |
2 |
+++ Makefile 2014-08-21 23:22:20.000000000 +0000 |
2 |
+++ Makefile |
3 |
@@ -2,13 +2,14 @@ |
3 |
@@ -2,13 +2,14 @@ |
4 |
# See file COPYRIGHT for more information. |
4 |
# See file COPYRIGHT for more information. |
5 |
# |
5 |
# |
Lines 19-25
Link Here
|
19 |
ICONT=icont |
19 |
ICONT=icont |
20 |
|
20 |
|
21 |
# BIN is where the commands (notangle, noweave, nountangle, noroots) land |
21 |
# BIN is where the commands (notangle, noweave, nountangle, noroots) land |
22 |
@@ -18,13 +19,13 @@ |
22 |
@@ -18,13 +19,13 @@ ICONT=icont |
23 |
# MAN7EXT is the extension for the nowebstyle man page (usually 7) |
23 |
# MAN7EXT is the extension for the nowebstyle man page (usually 7) |
24 |
# TEXINPUTS is the directory for TeX macro files |
24 |
# TEXINPUTS is the directory for TeX macro files |
25 |
# ELISP is the directory for emacs lisp files, or /dev/null not to install |
25 |
# ELISP is the directory for emacs lisp files, or /dev/null not to install |
Lines 38-44
Link Here
|
38 |
|
38 |
|
39 |
# change WEAVE if you want a different version of noweave to be installed |
39 |
# change WEAVE if you want a different version of noweave to be installed |
40 |
WEAVE=noweave |
40 |
WEAVE=noweave |
41 |
@@ -37,7 +38,7 @@ |
41 |
@@ -37,7 +38,7 @@ MANDIR=$(MAN)/man$(MANEXT) |
42 |
MAN7DIR=$(MAN)/man$(MAN7EXT) |
42 |
MAN7DIR=$(MAN)/man$(MAN7EXT) |
43 |
CATDIR=$(MAN)/cat$(MANEXT) |
43 |
CATDIR=$(MAN)/cat$(MANEXT) |
44 |
CAT7DIR=$(MAN)/cat$(MAN7EXT) |
44 |
CAT7DIR=$(MAN)/cat$(MAN7EXT) |
Lines 47-53
Link Here
|
47 |
TEXNAME=$(TEXINPUTS) |
47 |
TEXNAME=$(TEXINPUTS) |
48 |
|
48 |
|
49 |
all: |
49 |
all: |
50 |
@@ -179,7 +180,7 @@ |
50 |
@@ -179,7 +180,7 @@ install-preformat-man: |
51 |
rm -f $(CATDIR)/nountangle.$(MANEXT).gz |
51 |
rm -f $(CATDIR)/nountangle.$(MANEXT).gz |
52 |
(cd $(CATDIR); ln notangle.$(MANEXT).gz nountangle.$(MANEXT).gz) |
52 |
(cd $(CATDIR); ln notangle.$(MANEXT).gz nountangle.$(MANEXT).gz) |
53 |
install-tex: |
53 |
install-tex: |
Lines 56-62
Link Here
|
56 |
cp tex/nwmac.tex tex/noweb.sty $(TEXINPUTS) |
56 |
cp tex/nwmac.tex tex/noweb.sty $(TEXINPUTS) |
57 |
-texhash || echo "Program texhash not found or failed" |
57 |
-texhash || echo "Program texhash not found or failed" |
58 |
|
58 |
|
59 |
@@ -187,7 +188,7 @@ |
59 |
@@ -187,7 +188,7 @@ uninstall-tex: |
60 |
rm -f $(TEXINPUTS)/nwmac.tex $(TEXINPUTS)/noweb.sty |
60 |
rm -f $(TEXINPUTS)/nwmac.tex $(TEXINPUTS)/noweb.sty |
61 |
|
61 |
|
62 |
install-elisp: |
62 |
install-elisp: |