Default installation location is now following FHS:
1) executable into /usr/games/ 2) documentation into /usr/share/doc/supertuxkart 3) Added AUTHORS ChangeLog COPYING README to /usr/share/doc/supertuxkart directory. git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/trunk/supertuxkart@1877 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
parent
0416f83209
commit
e07416f898
@ -4,3 +4,7 @@ SUBDIRS = @BULLETTREE@ src doc data
|
||||
|
||||
EXTRA_DIST = README README.cygwin README.macosx README.windows ChangeLog COPYING missing
|
||||
|
||||
pkgdatadir=$(datadir)/doc/@PACKAGE@
|
||||
pkgdata_DATA=AUTHORS ChangeLog COPYING README
|
||||
# NEWS only contains "see changelog"
|
||||
# CHANGES only contains "see NEW"
|
@ -2,6 +2,6 @@
|
||||
|
||||
SUBDIRS = players_manual
|
||||
|
||||
pkgdatadir = $(datadir)/games/@PACKAGE@/doc
|
||||
pkgdatadir = $(datadir)/doc/@PACKAGE@/
|
||||
|
||||
EXTRA_DIST = conventions.txt implementation.txt robots.txt
|
||||
|
@ -1,6 +1,6 @@
|
||||
# doc/players_manual
|
||||
|
||||
pkgdatadir = $(datadir)/games/@PACKAGE@/doc/players_manual
|
||||
pkgdatadir = $(datadir)/doc/@PACKAGE@/players_manual
|
||||
|
||||
pkgdata_DATA = manual.html $(shell find $(srcdir) -name "*.png") \
|
||||
$(shell find $(srcdir) -name "*.jpg")
|
||||
|
@ -1,5 +1,5 @@
|
||||
# src/
|
||||
|
||||
bindir=@prefix@/games
|
||||
bin_PROGRAMS = supertuxkart
|
||||
|
||||
# This is a VERY ugly work-around for a compiler bug: if static_ssg s compiled with -O2
|
||||
|
Loading…
Reference in New Issue
Block a user