* Added THANKS file.

* Added rules to top level Makefile to install some docs.

Al
This commit is contained in:
Al Riddoch 2001-01-24 16:32:24 +00:00
parent 959ba0128d
commit 082d78bcde
3 changed files with 23 additions and 0 deletions

View file

@ -1,3 +1,9 @@
2001-01-24 Al Riddoch <ajr@ecs.soton.ac.uk>
* Added THANKS file.
* Added rules to top level Makefile to install some docs.
2001-01-24 Al Riddoch <ajr@ecs.soton.ac.uk>
* Throughout entire code base:

View file

@ -6,3 +6,9 @@ EXTRA_DIST = cyphesis.vconf basic.vconf acorn.vconf cyphesis.spec
install-data-local:
mkdirhier $(datadir)/cyphesis/rulesets
cp -f *.vconf $(datadir)/cyphesis
mkdirhier $(DESTDIR)$(datadir)/doc/cyphesis-$(VERSION)
$(INSTALL_DATA) README $(DESTDIR)$(datadir)/doc/cyphesis-$(VERSION)
$(INSTALL_DATA) COPYING $(DESTDIR)$(datadir)/doc/cyphesis-$(VERSION)
$(INSTALL_DATA) AUTHORS $(DESTDIR)$(datadir)/doc/cyphesis-$(VERSION)
$(INSTALL_DATA) THANKS $(DESTDIR)$(datadir)/doc/cyphesis-$(VERSION)
$(INSTALL_DATA) NEWS $(DESTDIR)$(datadir)/doc/cyphesis-$(VERSION)

11
THANKS Normal file
View file

@ -0,0 +1,11 @@
The C++ version of cyphesis was written by Al Riddoch based on the original
Python version written by aloril and other members of the WorldForge
project listed in AUTHORS. My thanks to aloril for all the help
with understanding the python version.
Also thanks to:
Stefanus du Toit for writing Atlas-C++.
Karsten-Olaf Laux, author of uclient, for help and feedback debugging
cyphesis.