#!/usr/bin/make -f
# Copyright (C) 2004-2005 Anibal Monsalve Salazar <anibal@debian.org>
# Copyright (c) 2005 Juan Esteban Monsalve Tobon <esteban@v7w.com>

%:
	dh $@

override_dh_auto_build:
	# Header-only package; nothing to build.

execute_after_dh_installdocs:
	tar --use-compress-program='gzip -9n' -caf debian/libjama-dev/usr/share/doc/libjama-dev/html-jama.tar.gz html --owner=0 --group=0 --numeric-owner --sort=name --mode=a+rX,og-w

override_dh_installexamples:
	# debian/examples is a legacy documentation file, not a file list.
