Of git, get, and gud
1 2 3 4 5 6 7 8 9 10 11 12 13 14
VERSION = 3.81 all: gpgverify checksum pandoc pandoc: # @pandoc -o README.txt README.md # @unix2dos README.txt @pandoc --verbose -o README.html README.md gpgverify: @for i in *.asc;do gpg --verify $$i;done checksum: @sha512sum --ignore-missing -c grml64-full_2017.05.iso.sha512