summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorwl <wl>2009-01-04 11:12:42 +0000
committerwl <wl>2009-01-04 11:12:42 +0000
commit396cc3951631f2333216da348fe44f01a6816266 (patch)
treeab30a3186ddbf8ea7e8bc796b9820210846eb9c8 /Makefile.in
parentf72cf46927b33faccf0b92d75dcd976ea8e5c8cb (diff)
downloadgroff-396cc3951631f2333216da348fe44f01a6816266.tar.gz
* font/make-Rproto: Moved to...
* font/util/make-Rproto: Here. * Makefile.in (NOMAKEDIRS): Add `m4', `font/devps/old', and `font/util'.
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in7
1 files changed, 5 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in
index 41c4d464..1e0e2e31 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -1,4 +1,4 @@
-# Copyright (C) 1989-2000, 2001, 2002, 2003, 2004, 2005, 2006
+# Copyright (C) 1989-2000, 2001, 2002, 2003, 2004, 2005, 2006, 2009
# Free Software Foundation, Inc.
# Written by James Clark (jjc@jclark.com)
#
@@ -612,6 +612,7 @@ EXTRADIRS=\
font/devlj4/generate \
doc
NOMAKEDIRS=\
+ m4 \
arch/djgpp \
contrib/chem/examples \
contrib/chem/examples/122 \
@@ -623,7 +624,9 @@ NOMAKEDIRS=\
contrib/mom/examples \
contrib/mom/momdoc \
contrib/gdiffmk/tests \
- src/libs/snprintf
+ src/libs/snprintf \
+ font/devps/old \
+ font/util
DISTDIRS=\
$(INCDIRS) $(LIBDIRS) $(PROGDIRS) $(DEVDIRS) $(XDEVDIRS) $(OTHERDEVDIRS) \
$(ALLTTYDEVDIRS) $(OTHERDIRS) $(EXTRADIRS) $(NOMAKEDIRS)