summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorwl <wl>2006-05-30 17:29:09 +0000
committerwl <wl>2006-05-30 17:29:09 +0000
commit50e9fc1df6513643d35c2d537352f6ec130f4d12 (patch)
tree84244004390c19144a6b6a97e800af64b8caacc4 /Makefile.in
parentf2c362acd0e6f51a9ddd53112b482f1777b6686e (diff)
downloadgroff-50e9fc1df6513643d35c2d537352f6ec130f4d12.tar.gz
* src/libs/libgroff/font.cpp (font::load): Reject fonts called
`DESC'. Reduce number of false positives for `.if F ...' conditionals. Improve warning messages. * tmac/Makefile.sub: Add copyright notice. (NORMALFILES): Add man.tmac and ms.tmac. (SPECIALFILES): Remove man.tmac and ms.tmac. (CLEANADD): Remove man.tmac-sed and ms.tmac-sed. (install_data, uninstall_sub): Don't handle man.tmac and ms.tmac specially. (stamp-sed): Don't handle man.tmac and ms.tmac. Remove obsolete components in sed's regexp. * doc/Makefile.sub (EXAMPLEFILES): Add gnu.eps. * Makefile.in (OTHERDIRS, NOMAKEDIRS): Add hdtbl.
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in
index 6f293cf8..0aee2609 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -594,6 +594,7 @@ OTHERDIRS=\
contrib/grap2graph \
contrib/groffer \
contrib/mom \
+ contrib/hdtbl \
contrib/pdfmark \
contrib/gdiffmk
ALLDIRS=$(INCDIRS) $(LIBDIRS) $(PROGDIRS) \
@@ -605,6 +606,7 @@ EXTRADIRS=\
doc
NOMAKEDIRS=\
arch/djgpp \
+ contrib/hdtbl/examples \
contrib/mm/examples \
contrib/mm/mm \
contrib/mom/examples \