git.lirion.de

Of git, get, and gud

aboutsummaryrefslogtreecommitdiffstats
path: root/localfs/var/lib/libvirt/isos/arch/Makefile
blob: e6a90225b49659f5acba947246aa970e7f24d761 (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 *.sig;do echo $$i:;gpg --verify $$i;done

checksum:
	@sha1sum --ignore-missing -c sha1sums.txt