Skip to content

Commit 7b19099

Browse files
authored
Merge pull request #1721 from LinuxCNC/2.8-docs-japanese
docs: added japanese PDF docs from MasaoSakai
2 parents 20fc9d0 + bbe7f52 commit 7b19099

4 files changed

Lines changed: 13 additions & 1 deletion

File tree

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,3 +42,6 @@ position.txt
4242
*.glade.h
4343
# Temporary
4444
!docs/LinuxCNC_Getting_Started_cn.pdf
45+
!docs/LinuxCNC_Documentation_ja.pdf
46+
!docs/LinuxCNC_Manual_Pages_ja.pdf
47+

docs/LinuxCNC_Documentation_ja.pdf

24 MB
Binary file not shown.

docs/LinuxCNC_Manual_Pages_ja.pdf

1.73 MB
Binary file not shown.

docs/src/Submakefile

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -389,7 +389,13 @@ PDF_TARGETS_CN := $(addprefix $(DOC_DIR)/, \
389389
LinuxCNC_Getting_Started_cn.pdf \
390390
)
391391

392-
PDF_TARGETS := $(PDF_TARGETS_EN) $(PDF_TARGETS_FR) $(PDF_TARGETS_ES) $(PDF_TARGETS_CN)
392+
PDF_TARGETS_JA := $(addprefix $(DOC_DIR)/, \
393+
LinuxCNC_Documentation_ja.pdf \
394+
LinuxCNC_Manual_Pages_ja.pdf \
395+
)
396+
397+
PDF_TARGETS := $(PDF_TARGETS_EN) $(PDF_TARGETS_FR) $(PDF_TARGETS_ES) \
398+
$(PDF_TARGETS_CN) $(PDF_TARGETS_JA)
393399

394400
# It's better to keep the above on separate lines for troubleshooting by swapping
395401

@@ -485,6 +491,9 @@ $(DOC_DIR)/LinuxCNC_Getting_Started_es.pdf: $(DOC_SRCDIR)/Master_Getting_Started
485491
# Chinese PDFs do not build. They can be persuaded to build by using xetex
486492
# as the a2x backend. See line 403 but even then all characters display as boxes
487493
$(DOC_DIR)/LinuxCNC_Getting_Started_cn.pdf:
494+
# Japanese PDFs also do not build.
495+
$(DOC_DIR)/LinuxCNC_Documentation_ja.pdf:
496+
$(DOC_DIR)/LinuxCNC_Manual_Pages_ja.pdf:
488497

489498
$(DOC_DIR)/LinuxCNC_Getting_Started_fr.pdf: $(DOC_SRCDIR)/Master_Getting_Started_fr.pdf
490499
@ln -f $< $@

0 commit comments

Comments
 (0)