diff options
| author | root <root@turin.home> | 2022-02-08 22:50:52 +0000 |
|---|---|---|
| committer | root <root@turin.home> | 2022-02-08 22:50:52 +0000 |
| commit | 7a4b5b69eda6fcd913d6bc85869abfb9a306a1f4 (patch) | |
| tree | 503df077f120e819b3b21801ba6422fd776d135c | |
| parent | e87c84d193c25756b9a4bfcfe09e2215608342bf (diff) | |
Errors in makefile
| -rw-r--r-- | Makefile | 16 |
1 files changed, 2 insertions, 14 deletions
@@ -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 |
