summaryrefslogtreecommitdiff
path: root/dviware/dvisirule/dvisirule-expg.mk
blob: 5df8daf66afd8ed4f06c000ccbeb219172a36c08 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
#
# Copyright (C) 2012-2022 Jiro Senju
#
# This package is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2 of the License, or
# any later version.
#
# This package is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this package.  If not, see <http://www.gnu.org/licenses/>.
#

# Splits the given DVI into some pages according to the generated
# filenames which are the given make-targets.
# Those filenames have the absolute page-numbers.

%.sidvi: %.dvi
	"${DVITYPE}" $< |\
	awk -f "${Marker}" |\
	"${SIRULE}" $< $@

%.dvi: range = $(basename $@)
%.dvi:
	"${DVISELECT}" -i "${Input}" -o $@ -s =${range}