#!/usr/bin/make -f
# -*- makefile -*-

%:
	dh $@

override_dh_auto_build:
	make all machines

%.1: %.pod
	pod2man --center "User Commands" --release=gpx $< > $@

override_dh_installman: debian/gpx.1 debian/s3gdump.1
	dh_installman
