App-nup
view release on metacpan or search on metacpan
images/Makefile view on Meta::CPAN
# Generate screenshot images for documentation.
# Requires: iTerm2, capture.sh, nup
#
# Note: On Retina displays, captured images will be at 2x resolution.
.PHONY: all clean
all: nup.png
nup.png:
./capture.sh -o $@ -- 'nup man nup'
clean:
rm -f nup.png
( run in 1.582 second using v1.01-cache-2.11-cpan-364913b4093 )