Convert the installation notes to markdown

This commit is contained in:
Pierre Pronchery 2016-02-14 22:56:38 +01:00
parent cd78178559
commit dd14e62b19
2 changed files with 12 additions and 7 deletions

View File

@ -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=<destination_path>
$ make PREFIX="/path/to/destination" install
The DESTDIR variable is also supported for package maintainers.

View File

@ -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]