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]