make site: fix PDF doc link
This commit is contained in:
parent
6fc868d5b9
commit
2b1b41cd50
|
@ -116,7 +116,7 @@
|
|||
#:installers-url "installers/"
|
||||
#:docs-url (and (directory-exists? doc-path)
|
||||
"doc/index.html")
|
||||
#:pdf-docs-url (and (directory-exists? doc-path)
|
||||
#:pdf-docs-url (and (directory-exists? pdf-doc-path)
|
||||
"pdf-doc/")
|
||||
#:dest (build-path dest-dir
|
||||
"index.html")
|
||||
|
|
Loading…
Reference in New Issue
Block a user