Update for new build process.
This commit is contained in:
parent
c309e01d27
commit
d5339e72a7
1 changed files with 28 additions and 17 deletions
45
doc/files
45
doc/files
|
@ -1,33 +1,44 @@
|
||||||
|
Source tree layout:
|
||||||
|
|
||||||
doc/
|
doc/
|
||||||
Deity Documentation.
|
Deity Documentation.
|
||||||
|
|
||||||
man/
|
|
||||||
Man pages.
|
|
||||||
|
|
||||||
scripts/
|
|
||||||
Scripts to help you run a game.
|
|
||||||
|
|
||||||
bin/
|
|
||||||
data/
|
|
||||||
info.nr/
|
|
||||||
Game binaries, data, and compiled info pages.
|
|
||||||
|
|
||||||
info/
|
|
||||||
Nroff source for the Empire info pages.
|
|
||||||
|
|
||||||
include/
|
include/
|
||||||
Empire include files (headers, .h files)
|
Empire include files (headers, .h files)
|
||||||
|
|
||||||
src/doconfig/
|
info/
|
||||||
Self-compiling and configuring program for building the server.
|
troff source for the Empire info pages.
|
||||||
|
|
||||||
|
m4/
|
||||||
|
Autoconf macros.
|
||||||
|
|
||||||
|
man/
|
||||||
|
Manual pages.
|
||||||
|
|
||||||
|
scripts/
|
||||||
|
Scripts to help you run a game.
|
||||||
|
|
||||||
src/client/
|
src/client/
|
||||||
Source code for the Empire client program.
|
Source code for the Empire client program.
|
||||||
|
|
||||||
src/server/
|
|
||||||
src/lib/
|
src/lib/
|
||||||
|
src/server/
|
||||||
Source code for the Empire server.
|
Source code for the Empire server.
|
||||||
|
|
||||||
src/util/
|
src/util/
|
||||||
Programs used to generate Empire data files.
|
Programs used to generate Empire data files.
|
||||||
|
|
||||||
|
src/scripts/
|
||||||
|
Scripts for development
|
||||||
|
|
||||||
|
|
||||||
|
Building additionally creates:
|
||||||
|
|
||||||
|
info.html/
|
||||||
|
HTML Empire info pages
|
||||||
|
|
||||||
|
info.nr/
|
||||||
|
Plain text Empire info pages
|
||||||
|
|
||||||
|
lib/
|
||||||
|
Link libraries (.a files)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue