Author: sveinung
Date: Thu Oct 27 13:00:31 2016
New Revision: 34259

URL: http://svn.gna.org/viewcvs/freeciv?rev=34259&view=rev
Log:
freeciv-manual: mention Freeciv-web's use.

Mention that Freeciv-web uses freeciv-manual's government and unit type
output.

See patch #7875

Modified:
    trunk/tools/civmanual.c

Modified: trunk/tools/civmanual.c
URL: 
http://svn.gna.org/viewcvs/freeciv/trunk/tools/civmanual.c?rev=34259&r1=34258&r2=34259&view=diff
==============================================================================
--- trunk/tools/civmanual.c     (original)
+++ trunk/tools/civmanual.c     Thu Oct 27 13:00:31 2016
@@ -547,6 +547,8 @@
       break;
 
     case MANUAL_GOVS:
+      /* Freeciv-web uses (parts of) the government HTML output in its own
+       * manual pages. */
       /* FIXME: this doesn't resemble the wiki manual at all. */
       /* TRANS: markup ... Freeciv version ... ruleset name ... markup */
       fprintf(doc, _("%sFreeciv %s governments help (%s)%s\n\n"), TITLE_BEGIN,
@@ -565,6 +567,8 @@
       break;
 
     case MANUAL_UNITS:
+      /* Freeciv-web uses (parts of) the unit type HTML output in its own
+       * manual pages. */
       /* FIXME: this doesn't resemble the wiki manual at all. */
       /* TRANS: markup ... Freeciv version ... ruleset name ... markup */
       fprintf(doc, _("%sFreeciv %s unit types help (%s)%s\n\n"),


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

Reply via email to