summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorwl <wl>2005-11-18 21:12:56 +0000
committerwl <wl>2005-11-18 21:12:56 +0000
commite1b688767812770c1986d629874bda00a0763800 (patch)
tree15dcbea209b08744dd82136aea3b3144078f4490 /Makefile.in
parentda36819712fc2a76ea91e785dd206d235bf98b49 (diff)
downloadgroff-e1b688767812770c1986d629874bda00a0763800.tar.gz
* aclocal.m4 (GROFF_MAKEINFO): Use `groff.info' in tests.
Announce makeinfo version. * configure: Regenerated. * Makefile.in: Declare proper dependencies between make targets. * doc/Makefile.in: Rename groff info page to `groff.info'. * doc/Makefile.sub: Likewise. * doc/groff.texinfo: Likewise.
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in10
1 files changed, 6 insertions, 4 deletions
diff --git a/Makefile.in b/Makefile.in
index b8e77569..81e2e615 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -601,7 +601,7 @@ dot: FORCE
-f $(top_srcdir)/Makefile.comm \
-f $(top_srcdir)/Makefile.sub $(do)
-$(LIBDIRS): FORCE
+$(LIBDIRS): FORCE $(INCDIRS) $(PROGDEPDIRS)
@$(ENVSETUP); \
if test $(srcdir) = .; then \
srcdir=.; \
@@ -617,7 +617,7 @@ $(LIBDIRS): FORCE
-f $(top_srcdir)/Makefile.lib \
-f Makefile.dep $(do)
-$(CPROGDIRS): FORCE
+$(CPROGDIRS): FORCE $(LIBDIRS)
@$(ENVSETUP); \
if test $(srcdir) = .; then \
srcdir=.; \
@@ -633,7 +633,7 @@ $(CPROGDIRS): FORCE
-f $(top_srcdir)/Makefile.cpg \
-f Makefile.dep $(do)
-$(CCPROGDIRS): FORCE
+$(CCPROGDIRS): FORCE $(LIBDIRS)
@$(ENVSETUP); \
if test $(srcdir) = .; then \
srcdir=.; \
@@ -649,7 +649,7 @@ $(CCPROGDIRS): FORCE
-f $(top_srcdir)/Makefile.ccpg \
-f Makefile.dep $(do)
-$(DEVDIRS) $(XDEVDIRS) $(OTHERDEVDIRS) $(TTYDEVDIRS): FORCE
+$(DEVDIRS) $(XDEVDIRS) $(OTHERDEVDIRS) $(TTYDEVDIRS): FORCE $(PROGDIRS)
@$(ENVSETUP); \
if test $(srcdir) = .; then \
srcdir=.; \
@@ -663,6 +663,8 @@ $(DEVDIRS) $(XDEVDIRS) $(OTHERDEVDIRS) $(TTYDEVDIRS): FORCE
-f $$srcdir/Makefile.sub \
-f $(top_srcdir)/Makefile.dev $(do)
+$(OTHERDIRS): $(PROGDIRS)
+
$(INCDIRS) $(PROGDEPDIRS) $(OTHERDIRS): FORCE
@$(ENVSETUP); \
if test $(srcdir) = .; then \