summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorwlemb <wlemb>2000-05-29 20:52:56 +0000
committerwlemb <wlemb>2000-05-29 20:52:56 +0000
commitbbc23036e5152f165a47f9247c4bfbed293bfd31 (patch)
treea3dd29c6e3d17e4360329a59c1cf4592062816ae /Makefile.in
parentc344c74cdc296735c98653c64e5a8511b0f4f3e9 (diff)
downloadgroff-bbc23036e5152f165a47f9247c4bfbed293bfd31.tar.gz
* src/preproc/grn/Makefile.sub: Add MLIB.
* Makefile.in: Use @datadir@ and @mandir@ appropriately. * src/devices/grolbp/lbp.cc: Various small fixes. * src/roff/nroff/nroff.sh: Fix infinite loop syntax.
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in
index ca510084..5eeeb34b 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -78,7 +78,7 @@ exec_prefix=@exec_prefix@
bindir=$(exec_prefix)/bin
# datasubdir says where to install data files
-datadir=$(prefix)/share
+datadir=@datadir@
datasubdir=$(datadir)/groff
# fontdir says where to install dev*/*.
@@ -135,7 +135,7 @@ indexname=Ind
common_words_file=$(datasubdir)/eign
# manroot is the root of the man page directory tree.
-manroot=$(prefix)/man
+manroot=@mandir@
# man1ext is the man section for user commands.
man1ext=1