From 18ce2e022a5a911db0e48c4ed5745795c47c1caf Mon Sep 17 00:00:00 2001 From: Konstantin8105 Date: Thu, 21 Oct 2021 11:27:29 +0300 Subject: [PATCH 1/5] replace git to https --- Makefile | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Makefile b/Makefile index 20c9425..669090d 100644 --- a/Makefile +++ b/Makefile @@ -24,12 +24,12 @@ help: init: @echo "Cloning Git repositories" - @test -d neatroff || git clone git://github.com/aligrudi/neatroff.git - @test -d neatpost || git clone git://github.com/aligrudi/neatpost.git - @test -d neatmkfn || git clone git://github.com/aligrudi/neatmkfn.git - @test -d neateqn || git clone git://github.com/aligrudi/neateqn.git - @test -d neatrefer || git clone git://github.com/aligrudi/neatrefer.git - @test -d troff || git clone -b neat git://repo.or.cz/troff.git + @test -d neatroff || git clone https://github.com/aligrudi/neatroff.git + @test -d neatpost || git clone https://github.com/aligrudi/neatpost.git + @test -d neatmkfn || git clone https://github.com/aligrudi/neatmkfn.git + @test -d neateqn || git clone https://github.com/aligrudi/neateqn.git + @test -d neatrefer || git clone https://github.com/aligrudi/neatrefer.git + @test -d troff || git clone -b neat https://repo.or.cz/troff.git @echo "Downloading fonts" @cd fonts && sh ./fonts.sh From ba6e9e5957fe8e73529753703a4e252acaefe69a Mon Sep 17 00:00:00 2001 From: Konstantin8105 Date: Thu, 28 Oct 2021 16:11:22 +0300 Subject: [PATCH 2/5] https to git --- Makefile | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Makefile b/Makefile index 669090d..21a23ec 100644 --- a/Makefile +++ b/Makefile @@ -24,12 +24,12 @@ help: init: @echo "Cloning Git repositories" - @test -d neatroff || git clone https://github.com/aligrudi/neatroff.git - @test -d neatpost || git clone https://github.com/aligrudi/neatpost.git - @test -d neatmkfn || git clone https://github.com/aligrudi/neatmkfn.git - @test -d neateqn || git clone https://github.com/aligrudi/neateqn.git - @test -d neatrefer || git clone https://github.com/aligrudi/neatrefer.git - @test -d troff || git clone -b neat https://repo.or.cz/troff.git + @test -d neatroff || git clone git@github.com:aligrudi/aligrudi/neatroff.git + @test -d neatpost || git clone git@github.com:aligrudi/aligrudi/neatpost.git + @test -d neatmkfn || git clone git@github.com:aligrudi/aligrudi/neatmkfn.git + @test -d neateqn || git clone git@github.com:aligrudi/neateqn.git + @test -d neatrefer || git clone git@github.com:aligrudi/neatrefer.git + @test -d troff || git clone -b neat git://repo.or.cz/troff.git @echo "Downloading fonts" @cd fonts && sh ./fonts.sh From 6a7c3960af6fb6700497d855cb9210124ef0915c Mon Sep 17 00:00:00 2001 From: Konstantin8105 Date: Thu, 28 Oct 2021 16:14:11 +0300 Subject: [PATCH 3/5] fix bug --- Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index 21a23ec..3bcc2f3 100644 --- a/Makefile +++ b/Makefile @@ -24,12 +24,12 @@ help: init: @echo "Cloning Git repositories" - @test -d neatroff || git clone git@github.com:aligrudi/aligrudi/neatroff.git - @test -d neatpost || git clone git@github.com:aligrudi/aligrudi/neatpost.git - @test -d neatmkfn || git clone git@github.com:aligrudi/aligrudi/neatmkfn.git + @test -d neatroff || git clone git@github.com:aligrudi/neatroff.git + @test -d neatpost || git clone git@github.com:aligrudi/neatpost.git + @test -d neatmkfn || git clone git@github.com:aligrudi/neatmkfn.git @test -d neateqn || git clone git@github.com:aligrudi/neateqn.git @test -d neatrefer || git clone git@github.com:aligrudi/neatrefer.git - @test -d troff || git clone -b neat git://repo.or.cz/troff.git + @test -d troff || git clone -b neat https://repo.or.cz/troff.git @echo "Downloading fonts" @cd fonts && sh ./fonts.sh From 3495f1ce7fd6d545c1d4eec5fe9f86c2430b7b84 Mon Sep 17 00:00:00 2001 From: Konstantin8105 Date: Thu, 28 Oct 2021 16:19:01 +0300 Subject: [PATCH 4/5] add gitignore --- .gitignore | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..76a745a --- /dev/null +++ b/.gitignore @@ -0,0 +1,12 @@ +neatroff/* +neatrefer/* +neateqn/* +neatmkfn/* +neatpost/* +troff/* + +fonts/*.t1 +fonts/*.afm +fonts/*.pfb +fonts/*.zip +fonts/*.tar.gz From 9762ca1be7702c0259744001b8e8d55baf8ec5bf Mon Sep 17 00:00:00 2001 From: Konstantin8105 Date: Thu, 28 Oct 2021 16:20:54 +0300 Subject: [PATCH 5/5] add gitignore for fa init --- .gitignore | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 76a745a..d813db2 100644 --- a/.gitignore +++ b/.gitignore @@ -5,8 +5,9 @@ neatmkfn/* neatpost/* troff/* -fonts/*.t1 fonts/*.afm fonts/*.pfb -fonts/*.zip +fonts/*.t1 fonts/*.tar.gz +fonts/*.ttf +fonts/*.zip