summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/dvisirule/dvisirule-expg.mk
diff options
context:
space:
mode:
Diffstat (limited to 'macros/latex/contrib/dvisirule/dvisirule-expg.mk')
-rw-r--r--macros/latex/contrib/dvisirule/dvisirule-expg.mk29
1 files changed, 0 insertions, 29 deletions
diff --git a/macros/latex/contrib/dvisirule/dvisirule-expg.mk b/macros/latex/contrib/dvisirule/dvisirule-expg.mk
deleted file mode 100644
index e46d2c578f..0000000000
--- a/macros/latex/contrib/dvisirule/dvisirule-expg.mk
+++ /dev/null
@@ -1,29 +0,0 @@
-#
-# 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}" -show-opcodes $< |\
- awk -f "${Marker}" |\
- "${SIRULE}" $< $@
-
-%.dvi: range = $(basename $@)
-%.dvi:
- "${DVISELECT}" -i "${Input}" -o $@ -s =${range}