diff options
author | Troy A. Griffitts <scribe@crosswire.org> | 2020-12-21 06:33:18 +0000 |
---|---|---|
committer | Troy A. Griffitts <scribe@crosswire.org> | 2020-12-21 06:33:18 +0000 |
commit | 41c1d9380d127f5d8b21ebf11b02b4b86cddcc80 (patch) | |
tree | 2418f76a0a92e8963c063e0135d9cb31b3f85512 /modules/apostolicfathers/Makefile | |
parent | cd785090ae5c7a7917de96c6dcaec960714aeaf4 (diff) | |
download | sword-tools-41c1d9380d127f5d8b21ebf11b02b4b86cddcc80.tar.gz |
Added apostolic fathers module build
git-svn-id: https://www.crosswire.org/svn/sword-tools/trunk@536 07627401-56e2-0310-80f4-f8cd0041bdcd
Diffstat (limited to 'modules/apostolicfathers/Makefile')
-rw-r--r-- | modules/apostolicfathers/Makefile | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/modules/apostolicfathers/Makefile b/modules/apostolicfathers/Makefile new file mode 100644 index 0000000..c5d2802 --- /dev/null +++ b/modules/apostolicfathers/Makefile @@ -0,0 +1,15 @@ +all: upenn/1Clement.imp + +upenn/1Clement: + wget -r -np http://ccat.sas.upenn.edu/gopher/text/religion/churchwriters/ApostolicFathers/ + mv ccat.sas.upenn.edu/gopher/text/religion/churchwriters/ApostolicFathers upenn + rm -rf ccat.sas.upenn.edu + rm -f upenn/*index* + +upenn/1Clement.imp: upenn/1Clement + ./impify.sh + +versification.xml: upenn/1Clement.imp + +clean: + rm -rf ccat.sas.upenn.edu upenn versification.xml |