From d5339e72a77528d0cd4a64f3c3bb30ede3207ad1 Mon Sep 17 00:00:00 2001 From: Markus Armbruster Date: Sat, 21 Jan 2006 20:06:16 +0000 Subject: [PATCH] Update for new build process. --- doc/files | 45 ++++++++++++++++++++++++++++----------------- 1 file changed, 28 insertions(+), 17 deletions(-) diff --git a/doc/files b/doc/files index b4b1d55f..8b181ae2 100644 --- a/doc/files +++ b/doc/files @@ -1,33 +1,44 @@ +Source tree layout: + doc/ 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/ Empire include files (headers, .h files) -src/doconfig/ - Self-compiling and configuring program for building the server. +info/ + troff source for the Empire info pages. + +m4/ + Autoconf macros. + +man/ + Manual pages. + +scripts/ + Scripts to help you run a game. src/client/ Source code for the Empire client program. -src/server/ src/lib/ +src/server/ Source code for the Empire server. src/util/ 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)