1
0
mirror of https://git.zap.org.au/git/trader.git synced 2024-09-29 17:45:55 -04:00

Add a data directory for non-code data

This commit is contained in:
John Zaitseff 2016-03-11 16:47:14 +11:00
parent e94985e77e
commit 7d64ab9717
5 changed files with 43 additions and 1 deletions

View File

@ -31,7 +31,7 @@
ACLOCAL_AMFLAGS = -I m4 ACLOCAL_AMFLAGS = -I m4
# Subdirectories to recurse into # Subdirectories to recurse into
SUBDIRS = lib src doc po m4 SUBDIRS = lib src data doc po m4
# Additional files to distribute # Additional files to distribute
EXTRA_DIST = build-aux/bootstrap EXTRA_DIST = build-aux/bootstrap

3
NEWS
View File

@ -18,6 +18,9 @@ at http://www.zap.org.au/services/svn/.
Version 7.10 (not yet released) Version 7.10 (not yet released)
------------------------------- -------------------------------
Added a data directory that will contain a desktop file and appropriate
icons.
Downgraded GNU Gettext to version 0.18.3, as the current Gnulib macros are Downgraded GNU Gettext to version 0.18.3, as the current Gnulib macros are
from that version. from that version.

View File

@ -72,6 +72,7 @@ AC_CONFIG_FILES([
Makefile Makefile
lib/Makefile lib/Makefile
src/Makefile src/Makefile
data/Makefile
doc/Makefile doc/Makefile
po/Makefile.in po/Makefile.in
m4/Makefile m4/Makefile

29
data/Makefile.am Normal file
View File

@ -0,0 +1,29 @@
#########################################################################
# #
# Star Traders: A Game of Interstellar Trading #
# Copyright (C) 1990-2016, John Zaitseff #
# #
#########################################################################
# Author: John Zaitseff <J.Zaitseff@zap.org.au>
# $Id$
#
# This file, data/Makefile.am, contains the non-code data directory
# Makefile for Star Traders. It needs to be processed by automake to
# produce the corresponding Makefile.in.
#
#
# This program is free software: you can redistribute it and/or modify it
# under the terms of the GNU General Public License as published by the
# Free Software Foundation, either version 3 of the License, or (at your
# option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
# General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program. If not, see http://www.gnu.org/licenses/.
EXTRA_DIST = README

9
data/README Normal file
View File

@ -0,0 +1,9 @@
**************************************************************************
* *
* Star Traders: A Game of Interstellar Trading *
* Copyright (C) 1990-2016, John Zaitseff *
* *
**************************************************************************
This directory, data, contains non-code data related to Star Traders. In
particular, the desktop file and icons are located here.