mirror of
https://github.com/worldforge/cyphesis
synced 2026-08-13 12:26:04 -04:00
* Added THANKS file.
* Added rules to top level Makefile to install some docs. Al
This commit is contained in:
parent
959ba0128d
commit
082d78bcde
3 changed files with 23 additions and 0 deletions
|
|
@ -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:
|
||||
|
|
|
|||
|
|
@ -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
11
THANKS
Normal 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.
|
||||
Loading…
Add table
Add a link
Reference in a new issue