aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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