summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwlemb <wlemb>2003-04-07 16:49:10 +0000
committerwlemb <wlemb>2003-04-07 16:49:10 +0000
commite5974c01e435e4c2ebafcf95af6dc6986127ab98 (patch)
treed0eb0feb7235b86fdb73dbcabef0ef373dc386e6
parent2e447a5da531cfae9e5062741070ef2d7fda4245 (diff)
downloadgroff-e5974c01e435e4c2ebafcf95af6dc6986127ab98.tar.gz
* Makefile.comm (depend.temp): Check location of YTABC.
-rw-r--r--ChangeLog4
-rw-r--r--Makefile.comm7
-rw-r--r--README.CVS2
3 files changed, 11 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 609bcc4a..d2d1ae50 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2003-04-06 Werner LEMBERG <wl@gnu.org>
+
+ * Makefile.comm (depend.temp): Check location of YTABC.
+
2003-04-05 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
* contrib/mom/Makefile.sub (GROFFBIN): New variable for groff
diff --git a/Makefile.comm b/Makefile.comm
index a0f995c3..58017fbb 100644
--- a/Makefile.comm
+++ b/Makefile.comm
@@ -269,8 +269,13 @@ depend_src: depend.temp
depend.temp: FORCE
> depend.temp;
+ if test -f "$(srcdir)/$(YTABC)"; then \
+ ytabc="$(srcdir)/$(YTABC)"; \
+ else \
+ ytabc="$(YTABC)"; \
+ fi; \
test -z "$(CCSRCS)$(YTABC)" \
- || $(CCC) $(ALL_CCFLAGS) -MM $(CCSRCS) $(YTABC) >>depend.temp
+ || $(CCC) $(ALL_CCFLAGS) -MM $(CCSRCS) $$ytabc >>depend.temp
test -z "$(CSRCS)" \
|| $(CC) $(ALL_CFLAGS) -MM $(CSRCS) >>depend.temp
if test -n "$(YTABH)"; then \
diff --git a/README.CVS b/README.CVS
index 3d7fdf27..b1386ba2 100644
--- a/README.CVS
+++ b/README.CVS
@@ -1,6 +1,6 @@
You need the following tools to build groff directly from CVS:
the netpbm package
- texinfo > 4.3
+ texinfo >= 4.3
bison or yacc
ghostscript