Minor fix.

This commit is contained in:
mainzelm 2002-01-08 17:10:35 +00:00
parent 8ac468047e
commit 0ac0cea12f
1 changed files with 2 additions and 2 deletions

View File

@ -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 \