proper output directory (amending cc1347c8c804);
authorwenzelm
Sun, 22 Nov 2020 13:31:33 +0100
changeset 72685 a7877e14e7f8
parent 72684 dcc0022f0179
child 72687 8e5428ff35af
child 72690 53064415757a
proper output directory (amending cc1347c8c804);
src/Pure/Admin/build_doc.scala
--- a/src/Pure/Admin/build_doc.scala	Sun Nov 22 13:11:40 2020 +0100
+++ b/src/Pure/Admin/build_doc.scala	Sun Nov 22 13:31:33 2020 +0100
@@ -55,7 +55,7 @@
 
             using(store.open_database_context(deps.sessions_structure))(db_context =>
               Presentation.build_documents(session, deps, db_context,
-                output_pdf = Some(Path.explode("~~/src/doc"))))
+                output_pdf = Some(Path.explode("~~/doc"))))
             None
           }
           catch {