mirror of
https://github.com/eddelbuettel/binb
synced 2025-07-04 20:36:50 +02:00
release 0.0.2
This commit is contained in:
parent
b58eb6132b
commit
40dd112824
6 changed files with 24 additions and 11 deletions
|
@ -5,7 +5,7 @@
|
|||
##
|
||||
## Dirk Eddelbuettel, Sep 2018, GPL-2'ed
|
||||
|
||||
pdfs = `ls *pdf`
|
||||
pdfs = $(shell ls *pdf)
|
||||
gifs = $(pdfs:.pdf=.gif)
|
||||
|
||||
|
||||
|
@ -13,3 +13,8 @@ all: ${gifs}
|
|||
|
||||
%.gif: %.pdf
|
||||
convert -density 127 -delay 200 $< $@
|
||||
|
||||
minimalpdfs = $(shell ls *minimal.pdf | grep -v binb_minimal.pdf)
|
||||
|
||||
combo:
|
||||
convert -density 127 -delay 100 ${minimalpdfs} binb_minimal.gif
|
||||
|
|
BIN
docs/binb_minimal.gif
Normal file
BIN
docs/binb_minimal.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 325 KiB |
Loading…
Add table
Add a link
Reference in a new issue