Ignore pdf and generated txt
This commit is contained in:
parent
26ea326ded
commit
697d4e652e
2
garlic/doc/.gitignore
vendored
Normal file
2
garlic/doc/.gitignore
vendored
Normal file
@ -0,0 +1,2 @@
|
||||
*.pdf
|
||||
*.txt
|
@ -1,9 +1,9 @@
|
||||
all: execution.pdf execution.txt
|
||||
|
||||
%.pdf: %.ms
|
||||
groff -ms -tbl -Tpdf $^ > $@
|
||||
groff -ms -t -p -Tpdf $^ > $@
|
||||
#pdfms $^ 2>&1 >$@ | sed 's/^troff: //g'
|
||||
killall -HUP mupdf
|
||||
|
||||
%.txt: %.ms
|
||||
groff -ms -tbl -Tutf8 $^ > $@
|
||||
groff -ms -t -p -Tutf8 $^ > $@
|
||||
|
Loading…
Reference in New Issue
Block a user