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=LLIB=$(LIB)=g' | \
sed 's=LSCSH=$(RUNNABLE)=g' >$(MANPAGE) && \ sed 's=LSCSH=$(RUNNABLE)=g' >$(MANPAGE) && \
$(INSTALL_DATA) $(MANPAGE) $(mandir) && \ $(INSTALL_DATA) $(MANPAGE) $(mandir) && \
rm $(MANPAGE); \ $(RM) $(MANPAGE); \
else \ else \
echo "$(mandir) not writable dir, not installing man page" \ echo "$(mandir) not writable dir, not installing man page" \
>&2; \ >&2; \
@ -460,7 +460,7 @@ tags:
# Distribution... # Distribution...
# DISTFILES should include all sources. # 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 \ acconfig.h configure.in Makefile.in install-sh \
doc/*.ps doc/*.txt doc/html/*.html \ doc/*.ps doc/*.txt doc/html/*.html \
doc/src/*.tex doc/src/*.sty \ doc/src/*.tex doc/src/*.sty \