summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorbwarken <bwarken>2013-05-06 00:00:25 +0000
committerbwarken <bwarken>2013-05-06 00:00:25 +0000
commit953a3edc91624c62451e27cfedf9875f673e47b7 (patch)
tree809bf7da85bb7ff5a32eeea95eed0924f3cc3ae8 /src
parentc4b2814d9f75217088c9d811c85a195a8639517d (diff)
downloadgroff-953a3edc91624c62451e27cfedf9875f673e47b7.tar.gz
New project `contrib/RUNOFF'.
Correction in `src/roff/groff/Makefile.sub'.
Diffstat (limited to 'src')
-rw-r--r--src/roff/groff/Makefile.sub4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/roff/groff/Makefile.sub b/src/roff/groff/Makefile.sub
index 1e71ca62..0fff2cb7 100644
--- a/src/roff/groff/Makefile.sub
+++ b/src/roff/groff/Makefile.sub
@@ -8,7 +8,7 @@
# Rewritten by Bernd Warken <groff-bernd.warken-72@web.de> and
# Werner LEMBERG <wl@gnu.org>
-# Last update: 01 May 2013
+# Last update: 06 May 2013
# `groff' is free software; you can redistribute it and/or modify it
# under the terms of the GNU General Public License as published by
@@ -43,7 +43,7 @@ RM=rm -f
all: $(srcdir)/groff.cpp groff_opts.tmp $(GROFF_OPTS_OUTPUT)
-groff_opts.tmp: $(srcdir)/cpp
+groff_opts.tmp: $(srcdir)/groff.cpp
@$(GREP) -e ':.*:.*:' $< \
| sed -e 's/[ \t",]//g' > $@
@echo -n 'groff options: '