Add commented out configuration to (eventually) generate PDFs for Guides.

This commit is contained in:
John Blum
2020-03-06 18:24:36 -08:00
parent b72139ac88
commit a631cbdff2

View File

@@ -66,6 +66,7 @@ asciidoctorPdf {
clearSources()
sources {
include "index.adoc"
// include "guides/*.adoc"
}
}