summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorP. J. McDermott <pjm@nac.net>2013-09-09 16:10:11 (EDT)
committer P. J. McDermott <pjm@nac.net>2013-09-09 16:10:11 (EDT)
commit3eb10db20653fcb88ffdb02c6dfd2088ec2c91cd (patch)
treefd2f08b7940499788e1e97a9e5ea706a7a826a50
parentacfa9033519e86de7a18421fa52f1cfa635a1669 (diff)
INSTALL: Add license and reformat headings.
-rw-r--r--INSTALL26
1 files changed, 17 insertions, 9 deletions
diff --git a/INSTALL b/INSTALL
index 488adc2..a648c82 100644
--- a/INSTALL
+++ b/INSTALL
@@ -1,5 +1,5 @@
Basic Installation
-==================
+------------------
This software package uses a build system similar to one generated by GNU
Autoconf and Automake.
@@ -19,25 +19,33 @@ The simplest way to configure, build, and install this package is:
To uninstall the package, you can run `make uninstall`.
-
-Options
-=======
+Configuration Options
+---------------------
The `configure` script accepts certain command-line options to control package
building and installation. Run the script with the `--help` option for more
information.
-
Macros
-======
+------
The macro `DESTDIR` affects the root directory into which the `Makefile`
installs the package. For example, you can install the package into a
filesystem hierarchy under a directory named `dest` in the current directory by
running `make DESTDIR=dest install`.
-
Separate Build Directory
-========================
+------------------------
+
+Building this package from outside the source directory is currently
+unsupported.
+
+Copyright Information
+---------------------
+
+Copyright (C) 2012-2013 Patrick "P. J." McDermott
-Building pro-archman from outside the source directory is currently unsupported.
+Copying and distribution of this file, with or without modification,
+are permitted in any medium without royalty provided the copyright
+notice and this notice are preserved. This file is offered as-is,
+without any warranty.