We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e581bc2 commit 5d791faCopy full SHA for 5d791fa
Documentation-po/Makefile
@@ -170,10 +170,11 @@ $(DST_DIR)/Makefile : $(SRC_DIR)/Makefile
170
$(DST_DIR)/technical/api-index.sh : $(SRC_DIR)/technical/api-index.sh
171
cp $< $@
172
173
-# 2025/11/13 ascidoc.conf.in から 生成されるようになった。様子見
174
-# Documentation/asciidoc.conf 修正を反映させる
175
-# $(DST_DIR)/asciidoc.conf : $(SRC_DIR)/asciidoc.conf
176
-# cp $< $@
+# Documentation/asciidoc.conf 修正を反映させる
+# cd Documantaion
+# make asciidoc.conf
+$(DST_DIR)/asciidoc.conf : $(SRC_DIR)/asciidoc.conf
177
+ cp $< $@
178
179
ja: $(DST_FILES) $(DST_INSTALL_TEXT) $(DST_DIR)/Makefile $(DST_DIR)/technical/api-index.sh $(DST_DIR)/asciidoc.conf
180
0 commit comments