2011-06-14 08:16:26 -04:00
|
|
|
#########################################################################
|
|
|
|
# #
|
|
|
|
# Star Traders: A Game of Interstellar Trading #
|
2017-05-13 16:29:44 -04:00
|
|
|
# Copyright (C) 1990-2017, John Zaitseff #
|
2011-06-14 08:16:26 -04:00
|
|
|
# #
|
|
|
|
#########################################################################
|
|
|
|
|
2011-06-14 09:01:15 -04:00
|
|
|
# Author: John Zaitseff <J.Zaitseff@zap.org.au>
|
2011-06-14 08:16:26 -04:00
|
|
|
# $Id$
|
|
|
|
#
|
|
|
|
# This file, doc/Makefile.am, contains the documentation 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/.
|
2011-06-22 06:36:13 -04:00
|
|
|
|
|
|
|
dist_man6_MANS = trader.6
|
2011-07-01 20:17:03 -04:00
|
|
|
EXTRA_DIST = README
|