Index: manual/civmanual.c =================================================================== RCS file: /home/freeciv/CVS/freeciv/manual/civmanual.c,v retrieving revision 1.16 diff -u -r1.16 civmanual.c --- manual/civmanual.c 8 Aug 2005 16:30:24 -0000 1.16 +++ manual/civmanual.c 30 Aug 2005 05:44:57 -0000 @@ -69,10 +69,11 @@ /* This formats the manual for an HTML wiki. */ #ifdef USE_HTML #define HEADER "\n\n" + "href=\"manual.css\"/>\n\n" #define SECTION_BEGIN "

" #define SECTION_END "

" -#define IMAGE_BEGIN "" #define SEPARATOR " " #define TAIL "" @@ -108,6 +109,7 @@ char filename[40]; enum manuals manuals; + game_init(); load_rulesets(); for (manuals = 0; manuals < MANUAL_COUNT; manuals++) { int i;