File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -486,7 +486,7 @@ doc-localhost:
486
486
# Generates documentation in ~/Sites/GRDB
487
487
# See https://discussions.apple.com/docs/DOC-3083 for Apache setup on the mac
488
488
mkdir -p ~ /Sites/GRDB
489
- GRDB_DOCC_PLUGIN =1 $(SWIFT ) package \
489
+ SPI_BUILDER =1 $(SWIFT ) package \
490
490
--allow-writing-to-directory ~ /Sites/GRDB \
491
491
generate-documentation \
492
492
--output-path ~ /Sites/GRDB \
500
500
# https://apple.github.io/swift-docc-plugin/documentation/swiftdoccplugin/publishing-to-github-pages/
501
501
rm -rf $(DOCS_PATH )
502
502
mkdir -p $(DOCS_PATH )
503
- GRDB_DOCC_PLUGIN =1 $(SWIFT ) package \
503
+ SPI_BUILDER =1 $(SWIFT ) package \
504
504
--allow-writing-to-directory $(DOCS_PATH ) \
505
505
generate-documentation \
506
506
--output-path $(DOCS_PATH ) \
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ if ProcessInfo.processInfo.environment["SQLITE_ENABLE_PREUPDATE_HOOK"] == "1" {
19
19
// Don't rely on this environment variable. It is only a convenience:
20
20
// $ make docs-localhost
21
21
var dependencies : [ PackageDescription . Package . Dependency ] = [ ]
22
- if ProcessInfo . processInfo. environment [ " GRDB_DOCC_PLUGIN " ] == " 1 " {
22
+ if ProcessInfo . processInfo. environment [ " SPI_BUILDER " ] == " 1 " {
23
23
dependencies. append ( . package ( url: " https://github.com/apple/swift-docc-plugin " , from: " 1.0.0 " ) )
24
24
}
25
25
You can’t perform that action at this time.
0 commit comments