Dinking about with workflows and updating README
authorMartin Read <martin@blackswordsonics.com>
Sat, 8 Feb 2014 19:05:06 +0000 (19:05 +0000)
committerMartin Read <martin@blackswordsonics.com>
Sat, 8 Feb 2014 19:05:06 +0000 (19:05 +0000)
MANIFEST
Makefile
README.md

index a6227d6..9825dbe 100644 (file)
--- 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
index 1e53205..8fd1984 100644 (file)
--- 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
index 29df917..aab2efb 100644 (file)
--- 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 <tt>\./configure && make all && make install</tt> should work.
-
-## Building from git
-
-Building from git currently requires an additional step before invoking the usual command sequence; you must run <tt>make headergen</tt> to generate the C++ form of the permobj database and its accompanying header file.
+<tt>\./configure</tt> must be run before