summaryrefslogtreecommitdiff
path: root/build.rs
diff options
context:
space:
mode:
Diffstat (limited to 'build.rs')
-rw-r--r--build.rs3
1 files changed, 1 insertions, 2 deletions
diff --git a/build.rs b/build.rs
index fac2fff..194ef1f 100644
--- a/build.rs
+++ b/build.rs
@@ -1,7 +1,6 @@
use std::path::Path;
fn main() {
- println!("{:#?}", std::env::vars());
- subplot_build::codegen(Path::new("pandoc-filter-diagram.md"))
+ subplot_build::codegen(Path::new("pandoc-filter-diagram.subplot"))
.expect("failed to generate code with Subplot");
}