Minor fix.
This commit is contained in:
parent
8ac468047e
commit
0ac0cea12f
|
@ -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 \
|
||||
|
|
Loading…
Reference in New Issue