From 745892fbddea56040139108277e728b53fd8fc11 Mon Sep 17 00:00:00 2001 From: Norbert Preining Date: Thu, 28 May 2020 03:03:21 +0000 Subject: CTAN sync 202005280303 --- support/texlab/build.rs | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'support/texlab/build.rs') diff --git a/support/texlab/build.rs b/support/texlab/build.rs index 228a42992c..5283240997 100644 --- a/support/texlab/build.rs +++ b/support/texlab/build.rs @@ -1,6 +1,6 @@ fn main() { - lalrpop::Configuration::new() - .generate_in_source_tree() - .process() - .unwrap(); + println!("cargo:rerun-if-changed=src/citeproc/name/parser.lalrpop"); + + #[cfg(feature = "citation")] + lalrpop::process_root().unwrap(); } -- cgit v1.2.3