Skip to content

Commit

Permalink
update docs/src/Submakefile to checkref on renamed Chinese files
Browse files Browse the repository at this point in the history
  • Loading branch information
SebKuzminsky committed Nov 25, 2021
1 parent f359ef7 commit ec95a3e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/src/Submakefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.PHONY: docs docsclean checkref checkref_en checkref_es checkref_fr checkref_vi checkref_cn
.PHONY: docs docsclean checkref checkref_en checkref_es checkref_fr checkref_vi checkref_zh
.PHONY: pdfdocs htmldocs install-doc install-doc-pdf install-doc-html

# To make linuxcnc-checklink widely available
Expand Down Expand Up @@ -455,7 +455,7 @@ copy_asciidoc_files:
cp -f /etc/asciidoc/stylesheets/*.css $(DOC_DIR)/html
cp -f /etc/asciidoc/javascripts/*.js $(DOC_DIR)/html

checkref: checkref_en checkref_fr checkref_es checkref_vi checkref_cn
checkref: checkref_en checkref_fr checkref_es checkref_vi checkref_zh

checkref_en: $(DOC_TARGETS_HTML_EN) $(DOC_DIR)/html/index.html $(DOC_DIR)/html/gcode.html .htmldoc-stamp
@$(DOC_SRCDIR)/checkref English $^
Expand Down

0 comments on commit ec95a3e

Please sign in to comment.