[aisleriot] Update instructions



commit b232819db3e3e3899df1d90614dd21925b96c9e5
Author: Christian Persch <chpe gnome org>
Date:   Tue Sep 20 18:24:34 2011 +0200

    Update instructions

 games/README |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/games/README b/games/README
index 7f84cf0..8d92320 100644
--- a/games/README
+++ b/games/README
@@ -11,11 +11,11 @@ How to add a new game to Aisleriot
  * Move foo.scm file into games/ and git add it
  * Add foo.scm to rules_DATA in games/Makefile.am, keeping the list
    sorted alphabetically
- * Add foo.scm to po/POTFILES.in
+ * Add games/foo.scm to po/POTFILES.in
  * Move the documentation foo.xml file into help/C/ and git add it
  * Add foo.xml to DOC_ENTITIES in help/Makefile.am, keeping the list
    sorted alphabetically
- * Edit help/C/aisleriot.xml to include the new game's documentation
+ * Edit help/C/index.docbook to include the new game's documentation
    by adding
 
      <xi:include href="foo.xml" />
@@ -24,7 +24,7 @@ How to add a new game to Aisleriot
  * Run the src/get_titles.pl script
  * In help/, run "make check" to make sure the documentation validates
  * Add foo to the list of games in the man page in help/sol.6
- * git commit help/C/foo.xml help/C/aisleriot.xml help/Makefile.am games/foo.scm \
+ * git commit help/C/foo.xml help/C/index.docbook help/Makefile.am games/foo.scm \
               games/Makefile.am src/game-names.h po/POTFILES.in help/sol.6
 
  Done!



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]