From 4649484d3e740a6212c08d27a73d1648c8cc4485 Mon Sep 17 00:00:00 2001 From: torcs-ng Date: Sun, 14 Sep 2008 22:47:20 +0000 Subject: [PATCH] modif configure git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@5 30fe4595-0a0c-4342-8851-515496e4dcbd Former-commit-id: 2c3acd98d22da0afd5248e05cf9ee64f5aa6b0d2 Former-commit-id: 242ed82764c3af001c639a9a07286f5fce4205ce --- src/doc/torcsdoc.conf | 4 ++-- src/linux/torcs-ng | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/doc/torcsdoc.conf b/src/doc/torcsdoc.conf index ba09888f5..290ad2dc8 100644 --- a/src/doc/torcsdoc.conf +++ b/src/doc/torcsdoc.conf @@ -32,7 +32,7 @@ # The PROJECT_NAME tag is a single word (or a sequence of word surrounded # by quotes) that should identify the project. -PROJECT_NAME = torcs +PROJECT_NAME = torcs-ng # The PROJECT_NUMBER tag can be used to enter a project or revision number. # This could be handy for archiving the generated documentation or @@ -123,7 +123,7 @@ FULL_PATH_NAMES = YES # only done if one of the specified strings matches the left-hand part of # the path. -STRIP_FROM_PATH = /home/xavier/Sources/torcs-1.3.1/torcs/ +STRIP_FROM_PATH = @TORCS_BASE@/ # The INTERNAL_DOCS tag determines if documentation # that is typed after a \internal command is included. If the tag is set diff --git a/src/linux/torcs-ng b/src/linux/torcs-ng index 69e04aa37..8829c0218 100755 --- a/src/linux/torcs-ng +++ b/src/linux/torcs-ng @@ -1,5 +1,5 @@ #! /bin/bash -# src/linux/torcs-ng. Generated from torcs.in by configure. +# src/linux/torcs-ng. Generated from torcs-ng.in by configure. ############################################################################## # @@ -72,7 +72,7 @@ EOF ;; -h) - echo "usage: torcs [-l|-d|-e]" + echo "usage: torcs-ng [-l|-d|-e]" echo " -l list the dynamically linked libraries" echo " -d run under gdb and print stack trace on exit" echo " -e display the commands to issue when you want to run under gdb"