]> git.pond.sub.org Git - empserver/blobdiff - doc/files
client: Unbreak standalone build
[empserver] / doc / files
index b4b1d55fb93bddb28e4e1b7bb89eb4a15a714e8b..8b181ae2db09a0fb74be20febfb3a1b2255b4485 100644 (file)
--- 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.
+include/
+       Empire include files (headers, .h files)
 
 info/
-       Nroff source for the Empire info pages.
+       troff source for the Empire info pages.
 
-include/
-       Empire include files (headers, .h files)
+m4/
+       Autoconf macros.
 
-src/doconfig/
-       Self-compiling and configuring program for building the server.
+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)