summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorwlemb <wlemb>2001-04-11 17:41:59 +0000
committerwlemb <wlemb>2001-04-11 17:41:59 +0000
commitf9ac690187728a64d60be39a86d953a8996d1963 (patch)
tree903cb15c2e6b94239e7f570742d4f1db8cfbffa6 /Makefile.in
parent620edff2a2e9827f9ea704a5d4901f1ccf402e06 (diff)
downloadgroff-f9ac690187728a64d60be39a86d953a8996d1963.tar.gz
* src/include/nonposix.h (fileno) [_MSC_VER]: Removed.
* font/devlbp/Makefile.sub (CLEANADD): Set it. * tmac/Makefile.sub (CLEANADD): Add tmac.local-s. * Makefile.in (dist): Don't remove src/xditview/Imakefile, but ... * Makefile.sub (DISTCLEANFILES): Here. * libs/libgroff/new.cc: Include `nonposix.h'. * win32-diffs: Updated. When inside displays, an empty input line warning should be suppressed. If another macro call is put inside a display, all subsequent empty lines found in that display caused a warning to be emitted. (doc-empty-line): Check the `doc-display-depth' register to determine whether we are inside display or not. the only change is that `.Fn' and `.Fc' put a final semicolon after a function declaration in the SYNOPSIS section).
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index 602a812e..05f94832 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -491,7 +491,6 @@ $(INCDIRS) $(OTHERDIRS): FORCE
dist:
-rm -fr tmp
rm -f groff-$(version)$(revision).tar.gz
- rm -f src/xditview/Imakefile;
mkdir tmp
for d in $(DISTDIRS); do \
$(mkinstalldirs) tmp/$$d; \