1
0
mirror of https://git.zap.org.au/git/trader.git synced 2024-07-21 16:14:14 -04:00
trader/build-aux/README
John Zaitseff 9414aa7ad6 Convert all text files to reStructuredText (ReST) format
The reStructuredText (ReST) format is still quite readable as raw text,
and is much more capable than the myriad all-slightly-incompatible
variants of Markdown.
2019-04-12 05:04:24 +10:00

17 lines
726 B
ReStructuredText

.. -*- mode: rst; coding: utf-8 -*-
============================================
Star Traders: A Game of Interstellar Trading
============================================
This directory, `build-aux`, contains auxiliary build-related files for
Star Traders. The following scripts are specific to this package:
* `bootstrap`: Generate auxiliary files needed for building
* `msgfmt-desktop`: Use ``msgfmt``\(1) or ``cp``\(1) to copy desktop files
All other files in this directory (other than this `README` file, of
course) are generated by Autoconf, Automake or Gnulib. The bootstrap
shell script generates these files by running those tools in the correct
order; see the top-level `INSTALL` file for more details.