Convert the installation notes to markdown
This commit is contained in:
parent
cd78178559
commit
dd14e62b19
@ -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.
|
@ -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]
|
||||
|
Loading…
Reference in New Issue
Block a user