Skip to content

Commit 27ac28b

Browse files
committed
copying file is asciidoc.conf to asciidoc.conf.in
JP:docs-ja-4からdocs-ja-5で、asciidoc.confではなくて、 asciidoc.conf.in より asciidoc.conf を生成するように Document-ja/Makefile (Document/Makefile) が変わったので、 Document/asciidoc.conf.in を Document-ja フォルダに コピーするようにした
1 parent 459e9f5 commit 27ac28b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Documentation-po/Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -170,13 +170,13 @@ $(DST_DIR)/Makefile : $(SRC_DIR)/Makefile
170170
$(DST_DIR)/technical/api-index.sh : $(SRC_DIR)/technical/api-index.sh
171171
cp $< $@
172172

173-
# Documentation/asciidoc.conf 修正を反映させる
173+
# Documentation/asciidoc.conf.in 修正を反映させる
174174
# cd Documantaion
175175
# make asciidoc.conf
176-
$(DST_DIR)/asciidoc.conf : $(SRC_DIR)/asciidoc.conf
176+
$(DST_DIR)/asciidoc.conf.in : $(SRC_DIR)/asciidoc.conf.in
177177
cp $< $@
178178

179-
ja: $(DST_FILES) $(DST_INSTALL_TEXT) $(DST_DIR)/Makefile $(DST_DIR)/technical/api-index.sh $(DST_DIR)/asciidoc.conf
179+
ja: $(DST_FILES) $(DST_INSTALL_TEXT) $(DST_DIR)/Makefile $(DST_DIR)/technical/api-index.sh $(DST_DIR)/asciidoc.conf.in
180180

181181
# rsyncの $(SRC_DIR)の直後の / 重要。超重要
182182
# cmds-*.txt are templates. not need translation. copy from $(SRC_DIR) to $(DST_DIR)

0 commit comments

Comments
 (0)