From 0ac8308413d5d989beaefb440c5478607ba206ed Mon Sep 17 00:00:00 2001 From: Martin Read Date: Sat, 8 Feb 2014 19:05:06 +0000 Subject: [PATCH] Dinking about with workflows and updating README --- MANIFEST | 2 +- Makefile | 7 +++++++ README.md | 10 +++------- 3 files changed, 11 insertions(+), 8 deletions(-) diff --git a/MANIFEST b/MANIFEST index a6227d6..9825dbe 100644 --- a/MANIFEST +++ b/MANIFEST @@ -3,7 +3,7 @@ MANIFEST Makefile configure Doxyfile -victrix-abyssi.6 +man/victrix-abyssi.6 combat.cc combat.hh coord.hh diff --git a/Makefile b/Makefile index 1e53205..8fd1984 100644 --- a/Makefile +++ b/Makefile @@ -32,6 +32,13 @@ archive: clean permobj.cc pobj_id.hh debianize-archive: archive mv $(ARCHIVENAME).tar.gz $(ARCHIVENAME).orig.tar.gz +my-debworkflow: debianize-archive + mkdir archive-test + cp $(ARCHIVENAME).orig.tar.gz archive-test + (cd archive-test && tar xzf $(ARCHIVENAME).orig.tar.gz) + cp -R debian archive-test/$(ARCHIVEDIR)/debian + (cd archive-test/$(ARCHIVEDIR) && debuild -uc -us) + clean: -rm -rf $(ARCHIVEDIR) -rm -f *.o $(GAME) *.tar.gz diff --git a/README.md b/README.md index 29df917..aab2efb 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,9 @@ ## Copyright -Victrix Abyssi's source code is copyright © 2005-2014 Martin Read, and is released under a BSD-style license as reproduced in the file LICENSE. +Victrix Abyssi's source code is copyright © 2005-2014 Martin Read, and is released under a BSD-style license as reproduced in the file COPYING. -## Building from source archive +## Build notes -When building from a packaged source archive, the traditional UNIX application installation-from-source command sequence \./configure && make all && make install should work. - -## Building from git - -Building from git currently requires an additional step before invoking the usual command sequence; you must run make headergen to generate the C++ form of the permobj database and its accompanying header file. +\./configure must be run before -- 2.11.0