From 3eb10db20653fcb88ffdb02c6dfd2088ec2c91cd Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Mon, 09 Sep 2013 16:10:11 -0400 Subject: INSTALL: Add license and reformat headings. --- 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. -- cgit v0.9.1