Author: sveinung
Date: Sun Oct 16 17:34:58 2016
New Revision: 34156

URL: http://svn.gna.org/viewcvs/freeciv?rev=34156&view=rev
Log:
freeciv-manual: separate government items.

See patch #7825

Modified:
    trunk/tools/civmanual.c

Modified: trunk/tools/civmanual.c
URL: 
http://svn.gna.org/viewcvs/freeciv/trunk/tools/civmanual.c?rev=34156&r1=34155&r2=34156&view=diff
==============================================================================
--- trunk/tools/civmanual.c     (original)
+++ trunk/tools/civmanual.c     Sun Oct 16 17:34:58 2016
@@ -547,10 +547,12 @@
               VERSION_STRING, game.control.name, TITLE_END);
       governments_iterate(pgov) {
         char buf[64000];
+        fprintf(doc, ITEM_BEGIN, "gov", pgov->item_number);
         fprintf(doc, "%s%s%s\n\n", SECTION_TITLE_BEGIN,
                 government_name_translation(pgov), SECTION_TITLE_END);
         helptext_government(buf, sizeof(buf), NULL, NULL, pgov);
         fprintf(doc, "%s\n\n", buf);
+        fprintf(doc, ITEM_END);
       } governments_iterate_end;
       break;
 


_______________________________________________
Freeciv-commits mailing list
Freeciv-commits@gna.org
https://mail.gna.org/listinfo/freeciv-commits

Reply via email to