File: rules

package info (click to toggle)
glosstex 0.4.dfsg.1-4
  • links: PTS
  • area: main
  • in suites: bookworm, bullseye, buster, stretch
  • size: 336 kB
  • ctags: 115
  • sloc: ansic: 755; sh: 69; makefile: 9
file content (16 lines) | stat: -rwxr-xr-x 314 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/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