#!/usr/bin/make -f
# -*- mode: makefile; coding: utf-8 -*-

# Common include files
include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/makefile.mk

DEB_MAKE_CLEAN_TARGET := proper
DVIPDF := /usr/bin/dvipdf

install/glosstex::
	$(MAKE) doc
	dvipdf glosstex.dvi

clean::
	rm -f glosstex.pdf
