File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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)
You can’t perform that action at this time.
0 commit comments