
all: 0xD3A4BDE1.asc

%.asc:
	# those files will be checked in and shipped, this is only a
	# maintenance helper to create or update .txt files
	
	gpg2 --armor --export-options export-minimal,export-clean --export $* > $@

install:
