Mercurial > noffle
annotate docs/Makefile.am @ 223:ffb1848a39db noffle
[svn] * src/util.c: Improve (correct) error detection when updating
timestamp file.
* src/content.h, src/content.c: Return Boolean success/fail from
Cont_write. Also ensure cont.first isn't polluted in the event
of a failed update.
* src/client.c,src/control.c,src/fetch.c,src/noffle.c,src/post.c,
src/pseudo.c: If Cont_write fails, don't do actions that need it to
have worked. Typically, don't update first and last article numbers
in group database.
* src/server.c: If groupinfo.lastupdate is unreadable or corrupt,
spot this and report it and give an explicit error when processing
NNTP NEWGROUPS command.
| author | bears |
|---|---|
| date | Sun, 09 Dec 2001 12:31:57 +0000 |
| parents | 651334f85995 |
| children | e9d3378edec7 |
| rev | line source |
|---|---|
| 44 | 1 # Process this file with automake to produce Makefile.in |
| 2 | |
| 3 man_MANS = $(PACKAGE).1 $(PACKAGE).conf.5 | |
| 4 | |
|
99
651334f85995
[svn] * docs/Makefile.am, docs/Makefile.in: Added INTERNALS to docs/Makefile.am, so
uh1763
parents:
44
diff
changeset
|
5 EXTRA_DIST = INTERNALS FAQ NOTES ${man_MANS} $(PACKAGE).lsm |
| 44 | 6 |
| 7 install-data-local: | |
| 8 $(INSTALL) -o 0 -g 0 -d $(DOCDIR) | |
|
99
651334f85995
[svn] * docs/Makefile.am, docs/Makefile.in: Added INTERNALS to docs/Makefile.am, so
uh1763
parents:
44
diff
changeset
|
9 $(INSTALL_DATA) -o 0 -g 0 $(srcdir)/INTERNALS $(DOCDIR) |
| 44 | 10 $(INSTALL_DATA) -o 0 -g 0 $(srcdir)/FAQ $(DOCDIR) |
| 11 $(INSTALL_DATA) -o 0 -g 0 $(srcdir)/NOTES $(DOCDIR) | |
| 12 $(INSTALL_DATA) -o 0 -g 0 $(srcdir)/$(PACKAGE).lsm $(DOCDIR) | |
| 13 | |
| 14 uninstall-local: | |
|
99
651334f85995
[svn] * docs/Makefile.am, docs/Makefile.in: Added INTERNALS to docs/Makefile.am, so
uh1763
parents:
44
diff
changeset
|
15 rm -f $(DOCDIR)/INTERNALS |
| 44 | 16 rm -f $(DOCDIR)/FAQ |
| 17 rm -f $(DOCDIR)/NOTES | |
| 18 rm -f $(DOCDIR)/$(PACKAGE).lsm | |
| 19 |
