Mercurial > noffle
comparison docs/Makefile.in @ 144:8b9366fc1361 noffle
[svn] 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:40:35 +0100 |
| parents | 651334f85995 |
| children | fd821441f016 |
comparison
equal
deleted
inserted
replaced
| 143:7400a8e9d5ba | 144:8b9366fc1361 |
|---|---|
| 183 cd $(top_srcdir) \ | 183 cd $(top_srcdir) \ |
| 184 && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu docs/Makefile | 184 && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu docs/Makefile |
| 185 @for file in $(DISTFILES); do \ | 185 @for file in $(DISTFILES); do \ |
| 186 d=$(srcdir); \ | 186 d=$(srcdir); \ |
| 187 if test -d $$d/$$file; then \ | 187 if test -d $$d/$$file; then \ |
| 188 cp -pr $$/$$file $(distdir)/$$file; \ | 188 cp -pr $$d/$$file $(distdir)/$$file; \ |
| 189 else \ | 189 else \ |
| 190 test -f $(distdir)/$$file \ | 190 test -f $(distdir)/$$file \ |
| 191 || ln $$d/$$file $(distdir)/$$file 2> /dev/null \ | 191 || ln $$d/$$file $(distdir)/$$file 2> /dev/null \ |
| 192 || cp -p $$d/$$file $(distdir)/$$file || :; \ | 192 || cp -p $$d/$$file $(distdir)/$$file || :; \ |
| 193 fi; \ | 193 fi; \ |
