Skip to content

Commit 5d791fa

Browse files
committed
asciidoc.conf
JP: asciidoc の場合は asciidoc.conf.in から生成されたasciidoc.conf を使う(今までどおり)。 asciidoctor の場合は asciidoctor-extensions.rb.in から生成された asciidoctor-extensions.rb を使う。らしい。
1 parent e581bc2 commit 5d791fa

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

Documentation-po/Makefile

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

173-
# 2025/11/13 ascidoc.conf.in から 生成されるようになった。様子見
174-
# Documentation/asciidoc.conf 修正を反映させる
175-
# $(DST_DIR)/asciidoc.conf : $(SRC_DIR)/asciidoc.conf
176-
# cp $< $@
173+
# Documentation/asciidoc.conf 修正を反映させる
174+
# cd Documantaion
175+
# make asciidoc.conf
176+
$(DST_DIR)/asciidoc.conf : $(SRC_DIR)/asciidoc.conf
177+
cp $< $@
177178

178179
ja: $(DST_FILES) $(DST_INSTALL_TEXT) $(DST_DIR)/Makefile $(DST_DIR)/technical/api-index.sh $(DST_DIR)/asciidoc.conf
179180

0 commit comments

Comments
 (0)