]> Dogcows Code - chaz/yoink/commitdiff
minor build system, doc fixes
authorCharles McGarvey <chazmcgarvey@brokenzipper.com>
Wed, 20 Jan 2010 19:49:24 +0000 (12:49 -0700)
committerCharles McGarvey <chazmcgarvey@brokenzipper.com>
Wed, 20 Jan 2010 19:49:24 +0000 (12:49 -0700)
doc/yoink.6.in
extra/yoink.ebuild
src/Makefile.am

index 7e100d3eec623b747472ed91f12d113a6c5aae31..d3df203b9ab2d1c8122da0c592578594ee33a3ab 100644 (file)
@@ -117,15 +117,15 @@ If true, the window will capture the display and render the game in full
 screen splendor.  A value of false means the game will run in a window.
 The default value is false.
 .TP
 screen splendor.  A value of false means the game will run in a window.
 The default value is false.
 .TP
-.B showfps
-If true, the current number of frames being drawn per second will be
-printed to the console every second.  The default value is false.
-.TP
 .B resizable
 If true, the window will be resizable by the window manager.  This option
 is meaningless if the game is drawing to the full screen.  The default
 option is true.
 .TP
 .B resizable
 If true, the window will be resizable by the window manager.  This option
 is meaningless if the game is drawing to the full screen.  The default
 option is true.
 .TP
+.B showfps
+If true, the current number of frames being drawn per second will be
+printed to the console every second.  The default value is false.
+.TP
 .B timestep
 The number of times per second the simulation state will be updated.  A
 value of 100 or higher is ideal for a better physical simulation.  Values
 .B timestep
 The number of times per second the simulation state will be updated.  A
 value of 100 or higher is ideal for a better physical simulation.  Values
index 3646f823cfb38ca5fc3517ab5e72adcc9c8b47e9..a7394b310cd3deef3130e32b952c103dbd51a76d 100644 (file)
@@ -53,7 +53,7 @@ src_configure() {
 
 src_install() {
        emake DESTDIR="${D}" install || die "emake install failed"
 
 src_install() {
        emake DESTDIR="${D}" install || die "emake install failed"
-       dodoc AUTHORS ChangeLog COPYING README TODO
+       dodoc AUTHORS COPYING README TODO
        doman doc/yoink.6
        doicon data/yoink.png
        make_desktop_entry ${PN} Yoink
        doman doc/yoink.6
        doicon data/yoink.png
        make_desktop_entry ${PN} Yoink
index ede2a88ef378fe9e1ad94bb60bc8da2895666262..3c3fc5312c697cb34540d039fb8c9f9dfdbdc00b 100644 (file)
@@ -25,8 +25,8 @@ libmoof_a_SOURCES = \
                                        Moof/Dispatch.hh \
                                        Moof/Drawable.hh \
                                        Moof/Entity.hh \
                                        Moof/Dispatch.hh \
                                        Moof/Drawable.hh \
                                        Moof/Entity.hh \
+                                       Moof/Error.hh \
                                        Moof/Event.hh \
                                        Moof/Event.hh \
-                                       Moof/Exception.hh \
                                        Moof/Frustum.cc \
                                        Moof/Frustum.hh \
                                        Moof/Hash.cc \
                                        Moof/Frustum.cc \
                                        Moof/Frustum.hh \
                                        Moof/Hash.cc \
This page took 0.021881 seconds and 4 git commands to generate.