r1945 - in packages/trunk/prboom: . data

Jon Dowland jmtd-guest at costa.debian.org
Wed Oct 25 16:01:11 UTC 2006


Author: jmtd-guest
Date: 2006-10-25 16:01:10 +0000 (Wed, 25 Oct 2006)
New Revision: 1945

Modified:
   packages/trunk/prboom/README
   packages/trunk/prboom/data/Makefile.am
   packages/trunk/prboom/data/Makefile.in
Log:
the diff.gz from 2.4.5 forward ported to 2.4.6
this diff.gz will be much smaller as most of the manpage fixes
have been accepted upstream :)


Modified: packages/trunk/prboom/README
===================================================================
--- packages/trunk/prboom/README	2006-10-25 15:06:22 UTC (rev 1944)
+++ packages/trunk/prboom/README	2006-10-25 16:01:10 UTC (rev 1945)
@@ -92,7 +92,7 @@
 prboom -width 640 -height 400
 
 sets the resolution. This setting is remembered for future sessions. For
-other parameters, see the included README.command-line.
+other parameters, see the manpages.
 
 You may also wish to customise the key bindings. PrBoom's default keybindings
 are the same as the original Doom; unlike original Doom, you can change key
@@ -232,7 +232,7 @@
 
 SDL_VIDEODRIVER=fbcon prboom
 or
-SDL_VIDEODRIVER=svga prboom
+SDL_VIDEODRIVER=svgalib prboom
 
 Details
 -------
@@ -242,9 +242,6 @@
 README.demos		provides a guide to PrBoom's demo support
 README.compatibility	describes PrBoom's various compatibility
 			options and modes
-README.command-line	gives a command line reference for prboom,
-			prboom-game-server, and the format of boom.cfg.
-			On UNIX/Linux systems use the man pages instead.
 
 Editing features are not covered in the docs with this package. We plan
 to bundle the editing docs as a separate download. Watch our website

Modified: packages/trunk/prboom/data/Makefile.am
===================================================================
--- packages/trunk/prboom/data/Makefile.am	2006-10-25 15:06:22 UTC (rev 1944)
+++ packages/trunk/prboom/data/Makefile.am	2006-10-25 16:01:10 UTC (rev 1945)
@@ -7,5 +7,5 @@
 EXTRA_DIST=prboom.wad prboom.txt
 
 prboom.wad      :       prboom.txt $(wildcard graphics/*.ppm sprites/*.ppm lumps/*.lmp sounds/*.wav)
-	-rm -f $@
-	deutex -make prboom.txt $@
+#	-rm -f $@
+#	deutex -make prboom.txt $@

Modified: packages/trunk/prboom/data/Makefile.in
===================================================================
--- packages/trunk/prboom/data/Makefile.in	2006-10-25 15:06:22 UTC (rev 1944)
+++ packages/trunk/prboom/data/Makefile.in	2006-10-25 16:01:10 UTC (rev 1945)
@@ -344,8 +344,8 @@
 
 
 prboom.wad      :       prboom.txt $(wildcard graphics/*.ppm sprites/*.ppm lumps/*.lmp sounds/*.wav)
-	-rm -f $@
-	deutex -make prboom.txt $@
+#	-rm -f $@
+#	deutex -make prboom.txt $@
 # Tell versions [3.59,3.63) of GNU make to not export all variables.
 # Otherwise a system limit (for SysV at least) may be exceeded.
 .NOEXPORT:




More information about the Pkg-games-commits mailing list