Mercurial > noffle
view docs/Makefile.am @ 143:7400a8e9d5ba noffle
[svn] NEWS,src/client.c,src/protocol.c,src/protocol.h,src/server.c:
Added timeout to Prt_getLn to avoid Noffle hanging if the
connection breaks down during a fetch.
author | enz |
---|---|
date | Sat, 23 Sep 2000 11:37:01 +0100 |
parents | 651334f85995 |
children | e9d3378edec7 |
line wrap: on
line source
# Process this file with automake to produce Makefile.in man_MANS = $(PACKAGE).1 $(PACKAGE).conf.5 EXTRA_DIST = INTERNALS FAQ NOTES ${man_MANS} $(PACKAGE).lsm install-data-local: $(INSTALL) -o 0 -g 0 -d $(DOCDIR) $(INSTALL_DATA) -o 0 -g 0 $(srcdir)/INTERNALS $(DOCDIR) $(INSTALL_DATA) -o 0 -g 0 $(srcdir)/FAQ $(DOCDIR) $(INSTALL_DATA) -o 0 -g 0 $(srcdir)/NOTES $(DOCDIR) $(INSTALL_DATA) -o 0 -g 0 $(srcdir)/$(PACKAGE).lsm $(DOCDIR) uninstall-local: rm -f $(DOCDIR)/INTERNALS rm -f $(DOCDIR)/FAQ rm -f $(DOCDIR)/NOTES rm -f $(DOCDIR)/$(PACKAGE).lsm