From 0ac0cea12fd587c2cf4b74d372f7e55acca5e8e7 Mon Sep 17 00:00:00 2001 From: mainzelm Date: Tue, 8 Jan 2002 17:10:35 +0000 Subject: [PATCH] Minor fix. --- Makefile.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.in b/Makefile.in index 6ea0f82..1d831ed 100644 --- a/Makefile.in +++ b/Makefile.in @@ -325,7 +325,7 @@ inst-man: sed 's=LLIB=$(LIB)=g' | \ sed 's=LSCSH=$(RUNNABLE)=g' >$(MANPAGE) && \ $(INSTALL_DATA) $(MANPAGE) $(mandir) && \ - rm $(MANPAGE); \ + $(RM) $(MANPAGE); \ else \ echo "$(mandir) not writable dir, not installing man page" \ >&2; \ @@ -460,7 +460,7 @@ tags: # Distribution... # DISTFILES should include all sources. -DISTFILES = README COPYING INSTALL configure config.sub config.guess \ +DISTFILES = README COPYING INSTALL RELEASE configure config.sub config.guess \ acconfig.h configure.in Makefile.in install-sh \ doc/*.ps doc/*.txt doc/html/*.html \ doc/src/*.tex doc/src/*.sty \