Converted the README file to Markdown format
This commit is contained in:
parent
bb54a897b2
commit
8fb7d1c00f
6
Makefile
6
Makefile
@ -85,7 +85,7 @@ dist:
|
|||||||
$(PACKAGE)-$(VERSION)/config.h \
|
$(PACKAGE)-$(VERSION)/config.h \
|
||||||
$(PACKAGE)-$(VERSION)/config.sh \
|
$(PACKAGE)-$(VERSION)/config.sh \
|
||||||
$(PACKAGE)-$(VERSION)/INSTALL \
|
$(PACKAGE)-$(VERSION)/INSTALL \
|
||||||
$(PACKAGE)-$(VERSION)/README \
|
$(PACKAGE)-$(VERSION)/README.md \
|
||||||
$(PACKAGE)-$(VERSION)/project.conf
|
$(PACKAGE)-$(VERSION)/project.conf
|
||||||
$(RM) -- $(OBJDIR)$(PACKAGE)-$(VERSION)
|
$(RM) -- $(OBJDIR)$(PACKAGE)-$(VERSION)
|
||||||
|
|
||||||
@ -111,7 +111,7 @@ install:
|
|||||||
$(MKDIR) $(DESTDIR)$(PREFIX)/share/doc/configure
|
$(MKDIR) $(DESTDIR)$(PREFIX)/share/doc/configure
|
||||||
$(INSTALL) -m 0644 INSTALL $(DESTDIR)$(PREFIX)/share/doc/configure/INSTALL
|
$(INSTALL) -m 0644 INSTALL $(DESTDIR)$(PREFIX)/share/doc/configure/INSTALL
|
||||||
$(MKDIR) $(DESTDIR)$(PREFIX)/share/doc/configure
|
$(MKDIR) $(DESTDIR)$(PREFIX)/share/doc/configure
|
||||||
$(INSTALL) -m 0644 README $(DESTDIR)$(PREFIX)/share/doc/configure/README
|
$(INSTALL) -m 0644 README.md $(DESTDIR)$(PREFIX)/share/doc/configure/README.md
|
||||||
|
|
||||||
uninstall:
|
uninstall:
|
||||||
@for i in $(SUBDIRS); do (cd "$$i" && $(MAKE) uninstall) || exit; done
|
@for i in $(SUBDIRS); do (cd "$$i" && $(MAKE) uninstall) || exit; done
|
||||||
@ -119,6 +119,6 @@ uninstall:
|
|||||||
$(RM) -- $(DESTDIR)$(PREFIX)/share/doc/configure/BUGS
|
$(RM) -- $(DESTDIR)$(PREFIX)/share/doc/configure/BUGS
|
||||||
$(RM) -- $(DESTDIR)$(PREFIX)/share/doc/configure/CHANGES
|
$(RM) -- $(DESTDIR)$(PREFIX)/share/doc/configure/CHANGES
|
||||||
$(RM) -- $(DESTDIR)$(PREFIX)/share/doc/configure/INSTALL
|
$(RM) -- $(DESTDIR)$(PREFIX)/share/doc/configure/INSTALL
|
||||||
$(RM) -- $(DESTDIR)$(PREFIX)/share/doc/configure/README
|
$(RM) -- $(DESTDIR)$(PREFIX)/share/doc/configure/README.md
|
||||||
|
|
||||||
.PHONY: all subdirs clean distclean dist distcheck install uninstall
|
.PHONY: all subdirs clean distclean dist distcheck install uninstall
|
||||||
|
@ -1,15 +1,26 @@
|
|||||||
configure release notes
|
DeforaOS configure
|
||||||
-----------------------
|
==================
|
||||||
|
|
||||||
|
About configure
|
||||||
|
---------------
|
||||||
|
|
||||||
configure automatically generates Makefiles from project definition files.
|
configure automatically generates Makefiles from project definition files.
|
||||||
|
|
||||||
configure depends on the DeforaOS libSystem library, which is found on the
|
configure depends on the DeforaOS libSystem library, which is found on the
|
||||||
DeforaOS project web site: http://www.defora.org/
|
website for the DeforaOS Project: http://www.defora.org/
|
||||||
|
|
||||||
|
|
||||||
|
Compiling configure
|
||||||
|
-------------------
|
||||||
|
|
||||||
Please read the INSTALL file for instructions about how to compile and install
|
Please read the INSTALL file for instructions about how to compile and install
|
||||||
configure.
|
configure.
|
||||||
|
|
||||||
Please read the BUGS file for information about known problems, and planned
|
|
||||||
|
Bug reports
|
||||||
|
-----------
|
||||||
|
|
||||||
|
Please read the BUGS file for information about known problems and planned
|
||||||
feature upgrades.
|
feature upgrades.
|
||||||
|
|
||||||
Thanks for using this program. I hope it will be useful.
|
Thanks for using this program. I hope it will be useful.
|
@ -3,7 +3,7 @@ version=0.1.0
|
|||||||
config=h,sh
|
config=h,sh
|
||||||
|
|
||||||
subdirs=doc,src,tests,tools
|
subdirs=doc,src,tests,tools
|
||||||
dist=Makefile,AUTHORS,BUGS,CHANGES,COPYING,config.h,config.sh,INSTALL,README
|
dist=Makefile,AUTHORS,BUGS,CHANGES,COPYING,config.h,config.sh,INSTALL,README.md
|
||||||
|
|
||||||
[AUTHORS]
|
[AUTHORS]
|
||||||
install=$(PREFIX)/share/doc/configure
|
install=$(PREFIX)/share/doc/configure
|
||||||
@ -17,5 +17,5 @@ install=$(PREFIX)/share/doc/configure
|
|||||||
[INSTALL]
|
[INSTALL]
|
||||||
install=$(PREFIX)/share/doc/configure
|
install=$(PREFIX)/share/doc/configure
|
||||||
|
|
||||||
[README]
|
[README.md]
|
||||||
install=$(PREFIX)/share/doc/configure
|
install=$(PREFIX)/share/doc/configure
|
||||||
|
Loading…
Reference in New Issue
Block a user