From 0013145861319f921ae2fce593722b29a41e325c Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Mon, 14 Sep 2020 22:06:23 +0300 Subject: move README to README.md --- Makefile | 2 +- README | 21 --------------------- README.md | 21 +++++++++++++++++++++ 3 files changed, 22 insertions(+), 22 deletions(-) delete mode 100644 README create mode 100644 README.md diff --git a/Makefile b/Makefile index 2b88fc7..029f954 100644 --- a/Makefile +++ b/Makefile @@ -22,7 +22,7 @@ carbslinux.info: ${TEXI} dist: ${OBJ} mkdir -p ${TARBALL} - cp ${OBJ} ${TEXI} Makefile README ${TARBALL} + cp ${OBJ} ${TEXI} Makefile README.md ${TARBALL} tar -cf ${TARBALL}.tar ${TARBALL} gzip -9 ${TARBALL}.tar rm -rf ${TARBALL}.tar ${TARBALL} diff --git a/README b/README deleted file mode 100644 index 78a51fa..0000000 --- a/README +++ /dev/null @@ -1,21 +0,0 @@ -Carbs Linux User Manual --------------------------------------------------------------------------------- - -This is the Carbs Linux documentation written with Texinfo. It can be viewed -offline by installing the `carbs-docs` package. Distribution tarballs comes with -prebuilt info and plaintext pages, so they don't depend on the `texinfo` -package. - -There are two packages in the repository for viewing info files, `texinfo` and -`info`. The `info` package only comes with the statically linked documentation -reader, so you don't need `perl` to install it. - - cpt-build info carbs-docs - -To generate pages from the git repository you will need to install `texinfo`. - - git clone git://git.carbslinux.org/docs - cpt-build texinfo && cpt-install texinfo - make - make PREFIX=/usr install - install-info /usr/share/info/carbslinux.info /usr/share/info/dir diff --git a/README.md b/README.md new file mode 100644 index 0000000..78a51fa --- /dev/null +++ b/README.md @@ -0,0 +1,21 @@ +Carbs Linux User Manual +-------------------------------------------------------------------------------- + +This is the Carbs Linux documentation written with Texinfo. It can be viewed +offline by installing the `carbs-docs` package. Distribution tarballs comes with +prebuilt info and plaintext pages, so they don't depend on the `texinfo` +package. + +There are two packages in the repository for viewing info files, `texinfo` and +`info`. The `info` package only comes with the statically linked documentation +reader, so you don't need `perl` to install it. + + cpt-build info carbs-docs + +To generate pages from the git repository you will need to install `texinfo`. + + git clone git://git.carbslinux.org/docs + cpt-build texinfo && cpt-install texinfo + make + make PREFIX=/usr install + install-info /usr/share/info/carbslinux.info /usr/share/info/dir -- cgit v1.2.3