summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorwl <wl>2005-03-24 17:05:12 +0000
committerwl <wl>2005-03-24 17:05:12 +0000
commitd3c73f00c373ba2ce6ff7d54fd2be563950bcb0f (patch)
treee9ec63dd289a27e3b74706a9a0173e12fc9a8c78 /Makefile.in
parent46d4e8139806b9de40d3b524f3b13e14a7eff562 (diff)
downloadgroff-d3c73f00c373ba2ce6ff7d54fd2be563950bcb0f.tar.gz
* Makefile.in (NOMAKEDIRS): Add contrib/gdiffmk/tests.
(dist): Search Makefile while descending into $(EXTRADIRS). * doc/Makefile.in (.PHONY): Add. (clean): Don't remove *.png and *.eps. Don't handle *.gif. (realclean): Remove *.png and *.eps. (extraclean): Depend on distclean.
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in12
1 files changed, 9 insertions, 3 deletions
diff --git a/Makefile.in b/Makefile.in
index c03b70b3..623d7872 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -1,4 +1,4 @@
-# Copyright (C) 1989-2000, 2001, 2002, 2003, 2004
+# Copyright (C) 1989-2000, 2001, 2002, 2003, 2004, 2005
# Free Software Foundation, Inc.
# Written by James Clark (jjc@jclark.com)
#
@@ -322,7 +322,7 @@ make_install_pdfdoc=@make_install_pdfdoc@
# -DHAVE_STRUCT_EXCEPTION if <math.h> defines struct exception
# -DRETSIGTYPE=int if signal handlers return int not void
# -DIS_EBCDIC_HOST if the host's encoding is EBCDIC
-# -DPAGEA4 if the the printer's page size is A4
+# -DPAGE=A4 if the the printer's page size is A4
# -DGHOSTSCRIPT=gs the name (and directory if required) of the
# ghostscript program
DEFINES=@DEFS@
@@ -566,6 +566,7 @@ NOMAKEDIRS=\
contrib/mm/mm \
contrib/mom/examples \
contrib/mom/momdoc \
+ contrib/gdiffmk/tests \
src/libs/snprintf
DISTDIRS=\
$(INCDIRS) $(LIBDIRS) $(PROGDIRS) $(DEVDIRS) $(XDEVDIRS) $(OTHERDEVDIRS) \
@@ -694,7 +695,12 @@ dist:
$(MAKE) srcdir=. VPATH=. distfiles; \
$(MAKE) srcdir=. VPATH=. extraclean; \
for d in $(EXTRADIRS); do \
- (cd $$d; $(MAKE) extraclean); \
+ (cd $$d; \
+ if test -f Makefile; then \
+ $(MAKE) extraclean; \
+ else \
+ $(MAKE) -f $(top_builddir)/$$d/Makefile extraclean; \
+ fi); \
done; \
rm -f Makefile; \
$(LN_S) $$srcdir/Makefile.init Makefile