quran

English translation of the Quran from the command line
git clone https://riazj.com/git/quran
Log | Files | Refs | README | LICENSE

commit fb4670dc545edcde2f138d92bb9b95ac78800862
parent f4c819d40b6fc1e39db1affff5003dce664c0165
Author: Riaz <riaz@riazj.com>
Date:   Wed, 11 Jun 2025 14:27:53 -0700

Abbreviate the makefile

Diffstat:
MMakefile | 6+++---
1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/Makefile b/Makefile @@ -2,9 +2,9 @@ PREFIX ?= /usr/local install: mkdir -p ${PREFIX}/bin - sed "s|/usr/local|${PREFIX}|" quran > ${PREFIX}/bin/quran - mkdir -p {PREFIX}/share/quran - cp -f quran.txt surahs.txt ${PREFIX}/share/quran + sed "s|/usr/local|${PREFIX}|" quran > "$_/quran" + mkdir -p ${PREFIX}/share/quran + cp -f quran.txt surahs.txt "$_" uninstall: rm -f ${PREFIX}/bin/quran