Skip to content

Commit

Permalink
zh_CN: Fix up pdf-fixups.sh
Browse files Browse the repository at this point in the history
xry111 committed Feb 18, 2024
1 parent ea6df9b commit 4d852f5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions zh_CN/lang.mk
Original file line number Diff line number Diff line change
@@ -65,3 +65,7 @@ zh_CN/book/$(PDF_XSL): $(LFS_EN)/$(PDF_XSL) $(FONTS_XSL) $(THIS)
sed -e '/<\/xsl:stylesheet>/i <xsl:include href="pdf/zh_CN-fonts.xsl"/>' \
-e 's/USletter/A4/' \
< $< > $@

zh_CN/book/pdf-fixups.sh: $(LFS_EN)/pdf-fixups.sh $(THIS)
mkdir -pv $(@D)
sed 's/monospace/Mono SC/' < $< > $@

0 comments on commit 4d852f5

Please sign in to comment.