From dd14e62b19155aed9fd008efe2080aa4d9584632 Mon Sep 17 00:00:00 2001 From: Pierre Pronchery Date: Sun, 14 Feb 2016 22:56:38 +0100 Subject: [PATCH] Convert the installation notes to markdown --- INSTALL => INSTALL.md | 15 ++++++++++----- project.conf | 4 ++-- 2 files changed, 12 insertions(+), 7 deletions(-) rename INSTALL => INSTALL.md (53%) diff --git a/INSTALL b/INSTALL.md similarity index 53% rename from INSTALL rename to INSTALL.md index 739a67f..e550d7e 100644 --- a/INSTALL +++ b/INSTALL.md @@ -1,11 +1,16 @@ -configure installation notes ----------------------------- +DeforaOS configure +================== + +Installation notes +------------------ To install configure in /usr/local, just proceed this way: -$ make -$ make install + + $ make + $ make install To install it in another path, use the PREFIX variable: -$ make install PREFIX= + + $ make PREFIX="/path/to/destination" install The DESTDIR variable is also supported for package maintainers. diff --git a/project.conf b/project.conf index 357793e..421dc66 100644 --- a/project.conf +++ b/project.conf @@ -3,7 +3,7 @@ version=0.2.2 config=h,sh subdirs=doc,src,tests,tools -dist=Makefile,AUTHORS,BUGS,CHANGES,COPYING,config.h,config.sh,INSTALL,README.md +dist=Makefile,AUTHORS,BUGS,CHANGES,COPYING,config.h,config.sh,INSTALL.md,README.md [AUTHORS] install=$(PREFIX)/share/doc/configure @@ -14,7 +14,7 @@ install=$(PREFIX)/share/doc/configure [CHANGES] install=$(PREFIX)/share/doc/configure -[INSTALL] +[INSTALL.md] install=$(PREFIX)/share/doc/configure [README.md]