Skip to content

Commit 89eff40

Browse files
committed
🎉 新しいプロジェクト
0 parents  commit 89eff40

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

Makefile

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
build:
2+
php doc-base/configure.php --with-lang=ja
3+
4+
xhtml:
5+
php phd/render.php --docbook doc-base/.manual.xml --package PHP --format xhtml
6+
7+
open:
8+
@if [ -f output/php-chunked-xhtml/index.html ]; then \
9+
open output/php-chunked-xhtml/index.html; \
10+
else \
11+
echo "Output file not found: output/php-chunked-xhtml/index.html"; \
12+
fi

0 commit comments

Comments
 (0)