aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorroot <root@turin.home>2022-02-08 22:50:52 +0000
committerroot <root@turin.home>2022-02-08 22:50:52 +0000
commit7a4b5b69eda6fcd913d6bc85869abfb9a306a1f4 (patch)
tree503df077f120e819b3b21801ba6422fd776d135c
parente87c84d193c25756b9a4bfcfe09e2215608342bf (diff)
Errors in makefile
-rw-r--r--Makefile16
1 files changed, 2 insertions, 14 deletions
diff --git a/Makefile b/Makefile
index 428a0c4..acb49fa 100644
--- a/Makefile
+++ b/Makefile
@@ -16,20 +16,8 @@ html: build
groff -Tascii -c -ms |\
sed "1,2d" | ansi2html -piml >> target/paper.html
echo "</pre>" >> target/paper.html
-read:
- zathura target/paper.pdf&
clean:
- rm -rf targep
- install: default html
- cp target/paper.html /var/www/git-bin/epq
- cp target/paper.pdf /var/www/git-bin/epq
- groff -Tascii -c -ms |\
- sed "1,2d" | ansi2html -piml >> target/paper.html
- echo "</pre>" >> target/paper.html
-read:
- zathura target/paper.pdf&
-clean:
- rm -rf targep
- install: default html
+ rm -rf target
+install: pdf html
cp target/paper.html /var/www/git-bin/epq
cp target/paper.pdf /var/www/git-bin/epq