#!/usr/bin/make -f

export DEB_LDFLAGS_MAINT_APPEND = -Wl,--no-undefined

%:
	dh $@

override_dh_auto_build-indep:
	cd doc && rm cddlibman.pdf && make cddlibman.pdf
