diff options
author | Hartmut Henkel <hartmut_henkel@gmx.de> | 2007-01-13 15:23:41 +0000 |
---|---|---|
committer | Hartmut Henkel <hartmut_henkel@gmx.de> | 2007-01-13 15:23:41 +0000 |
commit | 03d7492fb88e0a14a4b0333835b3714f8988ae74 (patch) | |
tree | a530e7762e1f669ebbf0374c854b94d03d764add /Build/source/texk/web2c/cwebdir/Makefile | |
parent | 9a922a966fcdf8cebd238f4b9e4da4b0a55ea4dd (diff) |
update from 224023 Oct 24 05:43 cweb-3.64ad.tar.gz
git-svn-id: svn://tug.org/texlive/trunk@3417 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c/cwebdir/Makefile')
-rw-r--r-- | Build/source/texk/web2c/cwebdir/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Build/source/texk/web2c/cwebdir/Makefile b/Build/source/texk/web2c/cwebdir/Makefile index 31194f46bb0..528f05f9566 100644 --- a/Build/source/texk/web2c/cwebdir/Makefile +++ b/Build/source/texk/web2c/cwebdir/Makefile @@ -18,7 +18,7 @@ # # directory for TeX inputs (cwebmac.tex goes here) -MACROSDIR= /usr/local/texmf/tex/generic +MACROSDIR= /usr/share/texmf/tex/generic # directory for CWEB inputs in @i files CWEBINPUTS= /usr/local/lib/cweb @@ -28,13 +28,13 @@ MANEXT= l #MANEXT= 1 # directory for manual pages (cweb.1 goes here) -MANDIR= /usr/man/man$(MANEXT) +MANDIR= /usr/share/man/man$(MANEXT) # destination directory for executables; must end in / DESTDIR= /usr/local/bin/ # directory for GNU EMACS Lisp code (cweb.el goes here) -EMACSDIR= /usr/local/emacs/lisp +EMACSDIR= /usr/share/emacs/site-lisp # Set DESTPREF to null if you want to call the executables "tangle" and "weave" # (probably NOT a good idea; we recommend leaving DESTPREF=c) |