mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
12 lines
350 B
Diff
12 lines
350 B
Diff
--- doc/Makefile 2022-05-01 22:03:21.000000000 +0800
|
|||
|
|
+++ doc/Makefile 2023-08-22 19:12:33.000000000 +0800
|
||
|
|
@@ -3,7 +3,7 @@
|
||
|
|
|
||
|
|
SPHINX = sphinx-build -a -d ./doctrees/
|
||
|
|
|
||
|
|
-html: *.rst fitheme/* fitheme/static/* conf.py help-message.txt
|
||
|
|
+html: *.rst fitheme/* fitheme/static/* conf.py
|
||
|
|
$(SPHINX) -b html . html
|
||
|
|
rm -f html/objects.inv html/.buildinfo
|
||
|
|
|