~ubuntu-branches/debian/squeeze/xscorch/squeeze

« back to all changes in this revision

Viewing changes to xscorch.h.in

  • Committer: Bazaar Package Importer
  • Author(s): Michael D. Ivey
  • Date: 2002-02-28 19:10:36 UTC
  • Revision ID: james.westby@ubuntu.com-20020228191036-gig0v654lrocxznf
Tags: 0.1.14-3
* New maintainer
* Removed extra bits from NAME section of manpage (Closes: #109331)
* Fixed debian/rules to find manpage in right place (Closes: #133636)

Show diffs side-by-side

added added

removed removed

Lines of Context:
120
120
#define  SC_LOCAL_CONFIGURATION  "config"             /* Local config file */
121
121
#define  SC_SOUND_DIR            "sounds"             /* Sound subdirectory */
122
122
#define  SC_IMAGE_DIR            "images"             /* Image subdirectory */
123
 
#define  SC_LICENSE_FILE         "copying.txt"        /* License file */
 
123
#define  SC_LICENSE_FILE         "/usr/share/common-licenses/GPL"        /* License file */
124
124
#define  SC_MANUAL_FILE          "xscorch.txt"        /* Manual file (txt fmt) */
125
125
#define  SC_TANK_PROFILE_FILE    "profiles.def"       /* Datafile for tank profiles */
126
126
#define  SC_WEAPON_FILE          "weapons.def"        /* Data file supplying weapon defs */