From 77bdd98fcc3f80870fcdb92425f6eac61d5880a0 Mon Sep 17 00:00:00 2001 From: batt Date: Wed, 16 Sep 2009 16:59:38 +0000 Subject: [PATCH] Change doc path. git-svn-id: https://src.develer.com/svnoss/bertos/trunk@2955 38d2e660-2303-0410-9eaa-f027e97ec537 --- doc/chm-builder.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/chm-builder.py b/doc/chm-builder.py index 0a297c7f..e6900bd8 100644 --- a/doc/chm-builder.py +++ b/doc/chm-builder.py @@ -34,7 +34,7 @@ move(bertos_toc, toc_file) # compile CHM os.system(r"hhc " + DOC_PATH + "index.hhp") -chm_target = r"doc\bertos-doc.chm" +chm_target = r"bertos\bertos-doc.chm" move(DOC_PATH + r"bertos-doc.chm", chm_target) -- 2.25.1