Author: miriam Date: 2008-05-15 16:38:23 +0000 (Thu, 15 May 2008) New Revision: 7043
Added: packages/trunk/renpy/debian/the_question.6 Modified: packages/trunk/renpy/debian/renpy-demo.6 packages/trunk/renpy/debian/rules Log: Added man page for The Question game Modified: packages/trunk/renpy/debian/renpy-demo.6 =================================================================== --- packages/trunk/renpy/debian/renpy-demo.6 2008-05-15 16:32:33 UTC (rev 7042) +++ packages/trunk/renpy/debian/renpy-demo.6 2008-05-15 16:38:23 UTC (rev 7043) @@ -9,6 +9,6 @@ Eileen, the virtual guide to the demo, will show you how to move inside the user interface, as well as the different features of the system. .SH "SEE ALSO" -The source code for the demo script is at /usr/share/games/renpy/demo/ . Zou should have a look at it to find out how different effects are achieved. +The source code for the demo script is at /usr/share/games/renpy/demo/ . You should have a look at it to find out how different effects are achieved. You can find more information at http://www.renpy.org/ Modified: packages/trunk/renpy/debian/rules =================================================================== --- packages/trunk/renpy/debian/rules 2008-05-15 16:32:33 UTC (rev 7042) +++ packages/trunk/renpy/debian/rules 2008-05-15 16:38:23 UTC (rev 7043) @@ -93,6 +93,7 @@ dh_installmenu -i dh_installman -prenpy debian/renpy.6 dh_installman -prenpy-demo debian/renpy-demo.6 + dh_installman -prenpy-thequestion debian/the_question.6 #dh_installdirs -prenpy usr/share/lintian/overrides/ #dh_install -prenpy debian/overrides/renpy usr/share/lintian/overrides/ dh_compress -i Copied: packages/trunk/renpy/debian/the_question.6 (from rev 7029, packages/trunk/renpy/debian/renpy-demo.6) =================================================================== --- packages/trunk/renpy/debian/the_question.6 (rev 0) +++ packages/trunk/renpy/debian/the_question.6 2008-05-15 16:38:23 UTC (rev 7043) @@ -0,0 +1,12 @@ +.\" +.TH "the question" "6" "May 2008" "" "Games" +.SH "NAME" +the_question \- a simple visual\-novel game with the Ren'Py engine +.SH "SYNOPSIS" +.B the_question +.SH "DESCRIPTION" +This is a very simple Visual Novel game. +.SH "SEE ALSO" +The source code for the demo script is at /usr/share/games/renpy/the_question/ + +You can find more information at http://www.renpy.org/ _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-games-commits

