mirror of
https://git.zap.org.au/git/trader.git
synced 2024-12-04 14:46:45 -05:00
Add README files to the src and doc subdirectories
This commit is contained in:
parent
e8bdcfe304
commit
e8590e68eb
@ -27,3 +27,4 @@
|
||||
# along with this program. If not, see http://www.gnu.org/licenses/.
|
||||
|
||||
dist_man6_MANS = trader.6
|
||||
EXTRA_DIST = README
|
||||
|
9
doc/README
Normal file
9
doc/README
Normal file
@ -0,0 +1,9 @@
|
||||
**************************************************************************
|
||||
* *
|
||||
* Star Traders: A Game of Interstellar Trading *
|
||||
* Copyright (C) 1990-2011, John Zaitseff *
|
||||
* *
|
||||
**************************************************************************
|
||||
|
||||
This directory, "doc", contains documentation related to Star Traders. In
|
||||
particular, the Unix manual page for the game is in the file "trader.6".
|
@ -36,3 +36,5 @@ trader_SOURCES = \
|
||||
system.h
|
||||
|
||||
trader_LDADD = @CURSES_LIB@
|
||||
|
||||
EXTRA_DIST = README
|
||||
|
17
src/README
Normal file
17
src/README
Normal file
@ -0,0 +1,17 @@
|
||||
**************************************************************************
|
||||
* *
|
||||
* Star Traders: A Game of Interstellar Trading *
|
||||
* Copyright (C) 1990-2011, John Zaitseff *
|
||||
* *
|
||||
**************************************************************************
|
||||
|
||||
This directory, "src", contains the main source code to Star Traders. The
|
||||
source code is split up among the following files:
|
||||
|
||||
trader.h - Main program header file
|
||||
trader.c - Main program, command-line interface
|
||||
system.h - All system header files are included here
|
||||
globals.h - Global game constants and variables
|
||||
globals.c - Global game variables
|
||||
utils.h - Utility functions header file
|
||||
utils.c - Utility functions needed by Star Traders
|
Loading…
Reference in New Issue
Block a user