mirror of https://gitee.com/openkylin/hyphen.git
changed debian/source/format to native
This commit is contained in:
parent
92ffc93f14
commit
48587dc66a
|
@ -1,22 +0,0 @@
|
||||||
From: Rene Engelhard <rene@debian.org>
|
|
||||||
Date: Fri, 13 May 2022 23:57:01 +0800
|
|
||||||
Subject: use hyphen.tex directly from TeXlive
|
|
||||||
|
|
||||||
Last-Update: 2012-04-19
|
|
||||||
---
|
|
||||||
Makefile.am | 2 +-
|
|
||||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
||||||
|
|
||||||
diff --git a/Makefile.am b/Makefile.am
|
|
||||||
index a62a0e1..6eded84 100644
|
|
||||||
--- a/Makefile.am
|
|
||||||
+++ b/Makefile.am
|
|
||||||
@@ -24,7 +24,7 @@ EXTRA_DIST = checkme.lst hyphen.tex tbhyphext.tex tbhyphext.sh \
|
|
||||||
ligpatch.txt
|
|
||||||
|
|
||||||
hyphen.us3:
|
|
||||||
- cp -f $(srcdir)/hyphen.tex hyphen.us
|
|
||||||
+ cp -f /usr/share/texlive/texmf-dist/tex/generic/hyphen/hyphen.tex hyphen.us
|
|
||||||
patch < $(srcdir)/hyphen.patch
|
|
||||||
$(srcdir)/tbhyphext.sh <$(srcdir)/tbhyphext.tex >hyphen.us2
|
|
||||||
cat hyphen.us hyphen.us2 | $(AWK) -f $(srcdir)/lig.awk >hyphen.us3
|
|
|
@ -1 +0,0 @@
|
||||||
01_hyphen_tex_from_TeXLive
|
|
|
@ -1 +1 @@
|
||||||
3.0 (quilt)
|
3.0 (native)
|
||||||
|
|
Loading…
Reference in New Issue