summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwlemb <wlemb>2000-05-28 23:12:27 +0000
committerwlemb <wlemb>2000-05-28 23:12:27 +0000
commitc344c74cdc296735c98653c64e5a8511b0f4f3e9 (patch)
tree9e46ec4c3c29946f22a475a7e0a8e1c84835e924
parentc18727f21242efc8170dd82fd244ab251ae0e70f (diff)
downloadgroff-c344c74cdc296735c98653c64e5a8511b0f4f3e9.tar.gz
* src/roff/grog/Makefile.sub, src/roff/grog/grog.sh: Add `@g@'.
* PROBLEMS: Small update.
-rw-r--r--ChangeLog6
-rw-r--r--PROBLEMS6
-rw-r--r--src/roff/grog/Makefile.sub3
-rw-r--r--src/roff/grog/grog.sh2
4 files changed, 15 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 34cb876b..64e70e67 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2000-05-29 Werner LEMBERG <wl@gnu.org>
+
+ * src/roff/grog/Makefile.sub, src/roff/grog/grog.sh: Add `@g@'.
+
+ * PROBLEMS: Small update.
+
2000-05-28 Keith Thompson <kst@sdsc.edu>
* src/roff/nroff/nroff.sh: Fix infinite loop.
diff --git a/PROBLEMS b/PROBLEMS
index 36685b56..391fcdac 100644
--- a/PROBLEMS
+++ b/PROBLEMS
@@ -148,6 +148,12 @@ instead.
----------------------------------------------------------------------
+* There are many empty `Makefile.dep' files. Is this a bug?
+
+No. Real dependency files are created with a `make depend' call.
+
+----------------------------------------------------------------------
+
* Groff can't handle my troff document. It works fine with AT&T troff.
Read the section on incompatibilities in gtroff(1). Try using the -C
diff --git a/src/roff/grog/Makefile.sub b/src/roff/grog/Makefile.sub
index 4f867a3a..db6d0ec1 100644
--- a/src/roff/grog/Makefile.sub
+++ b/src/roff/grog/Makefile.sub
@@ -1,5 +1,6 @@
MAN1=grog.n
CLEANADD=grog
+NAMEPREFIX=$(g)
all: grog
@@ -9,7 +10,7 @@ grog: grog.pl grog.sh
sed -e 's;/usr/bin/perl;$(PERLPATH);' $(srcdir)/grog.pl >$@; \
else \
rm -f $@; \
- sed "$(SH_SCRIPT_SED_CMD)" $(srcdir)/grog.sh >$@; \
+ sed -e 's/@g@/$(g)/g' "$(SH_SCRIPT_SED_CMD)" $(srcdir)/grog.sh >$@; \
fi
chmod +x $@
diff --git a/src/roff/grog/grog.sh b/src/roff/grog/grog.sh
index ac7a1360..d8724889 100644
--- a/src/roff/grog/grog.sh
+++ b/src/roff/grog/grog.sh
@@ -2,7 +2,7 @@
# grog -- guess options for groff command
# Like doctype in Kernighan & Pike, Unix Programming Environment, pp 306-8.
-soelim=gsoelim
+soelim=@g@soelim
opts=