From: Charles McGarvey Date: Wed, 20 Jan 2010 19:49:24 +0000 (-0700) Subject: minor build system, doc fixes X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fyoink;a=commitdiff_plain;h=565445cda1dd3e9db8000c4a194831dc296a203d minor build system, doc fixes --- diff --git a/doc/yoink.6.in b/doc/yoink.6.in index 7e100d3..d3df203 100644 --- a/doc/yoink.6.in +++ b/doc/yoink.6.in @@ -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 -.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 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 diff --git a/extra/yoink.ebuild b/extra/yoink.ebuild index 3646f82..a7394b3 100644 --- a/extra/yoink.ebuild +++ b/extra/yoink.ebuild @@ -53,7 +53,7 @@ src_configure() { 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 diff --git a/src/Makefile.am b/src/Makefile.am index ede2a88..3c3fc53 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -25,8 +25,8 @@ libmoof_a_SOURCES = \ Moof/Dispatch.hh \ Moof/Drawable.hh \ Moof/Entity.hh \ + Moof/Error.hh \ Moof/Event.hh \ - Moof/Exception.hh \ Moof/Frustum.cc \ Moof/Frustum.hh \ Moof/Hash.cc \