git.lirion.de

Of git, get, and gud

aboutsummaryrefslogtreecommitdiffstats
path: root/localfs/var/lib/libvirt/isos/grml/Makefile
blob: c69cbad8cef5fbf1880a90cea7a1af68de4a2ff4 (plain)
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