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