summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwlemb <wlemb>2002-07-29 07:06:34 +0000
committerwlemb <wlemb>2002-07-29 07:06:34 +0000
commit8a9385c6834cfe6224bea412dee622103dae8120 (patch)
tree149b3dc8c10d4e4ec030cc12010cf6e1eb8dfbe0
parent2b7a5e53aad58e7a8041a39a812b5e5fefe9ec4d (diff)
downloadgroff-8a9385c6834cfe6224bea412dee622103dae8120.tar.gz
Makefile.sub (FFLAG, TFLAG): Add paths to source directories.
-rw-r--r--contrib/mom/ChangeLog4
-rw-r--r--contrib/mom/Makefile.sub4
2 files changed, 6 insertions, 2 deletions
diff --git a/contrib/mom/ChangeLog b/contrib/mom/ChangeLog
index 32856aac..03fe5596 100644
--- a/contrib/mom/ChangeLog
+++ b/contrib/mom/ChangeLog
@@ -1,3 +1,7 @@
+*Mon Jup 29 2002
+
+o Makefile.sub (FFLAG, TFLAG): Add paths to source directories.
+
*Wed Jul 24 2002
o Makefile.sub (groff_bin_path): Don't use ' \+' but ' *' for sed.
diff --git a/contrib/mom/Makefile.sub b/contrib/mom/Makefile.sub
index 8f7538b1..881c0522 100644
--- a/contrib/mom/Makefile.sub
+++ b/contrib/mom/Makefile.sub
@@ -23,8 +23,8 @@ groff_bin_dirs=\
$(top_builddir)/src/devices/grops
groff_bin_path=`echo $(groff_bin_dirs) | sed -e 's| *|:|g'`
-FFLAG=-F$(top_builddir)/font
-TFLAG=-M$(top_builddir)/tmac -M$(srcdir)
+FFLAG=-F$(top_builddir)/font -F$(top_srcdir)/font
+TFLAG=-M$(top_builddir)/tmac -M$(top_srcdir)/tmac -M$(srcdir)
GROFF=GROFF_COMMAND_PREFIX=''; \
export GROFF_COMMAND_PREFIX; \