added docs
This commit is contained in:
parent
b6b3024910
commit
b4d8720b93
3
Makefile
3
Makefile
|
@ -23,9 +23,10 @@ main: clean $(objects)
|
||||||
clean:
|
clean:
|
||||||
rm $(objects) || true
|
rm $(objects) || true
|
||||||
|
|
||||||
doc.rst:$(headers)
|
doc.rst:$(headers) README.rst
|
||||||
$(alldoc) doc.rst.tmp $(headers)
|
$(alldoc) doc.rst.tmp $(headers)
|
||||||
printf "Documentation\n_____________\n\n" > doc.rst
|
printf "Documentation\n_____________\n\n" > doc.rst
|
||||||
|
cat README.rst >> doc.rst
|
||||||
cat doc.rst.tmp >> doc.rst
|
cat doc.rst.tmp >> doc.rst
|
||||||
rm doc.rst.tmp
|
rm doc.rst.tmp
|
||||||
|
|
||||||
|
|
21
README.rst
Normal file
21
README.rst
Normal file
|
@ -0,0 +1,21 @@
|
||||||
|
A simple ASCII game
|
||||||
|
===================
|
||||||
|
|
||||||
|
Requirements
|
||||||
|
------------
|
||||||
|
|
||||||
|
This project requires
|
||||||
|
|
||||||
|
- A GNU89 compatible C compiler
|
||||||
|
- A GNU make compatible make program
|
||||||
|
- A terminal (emulator) that supports ANSI escape sequences
|
||||||
|
|
||||||
|
Licensing
|
||||||
|
---------
|
||||||
|
|
||||||
|
This project is licensed under the GNU Affero General Public License.
|
||||||
|
You are free to use, redistribute or modify the source under the terms
|
||||||
|
and conditions of the GNU AGPL.
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user