From 594a5736fa3bd3408de3804fa919f415d0cd1b96 Mon Sep 17 00:00:00 2001 From: Axel Naumann Date: Sat, 30 Aug 2014 09:16:21 +0200 Subject: [PATCH] Also install hsimple.C now that we build it. --- build/unix/distfilelist.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build/unix/distfilelist.sh b/build/unix/distfilelist.sh index 15857b1..5636391 100755 --- a/build/unix/distfilelist.sh +++ b/build/unix/distfilelist.sh @@ -18,6 +18,7 @@ fi # clean tutorials so we can include the entire directory # (copy of code in main Makefile, so change there too if needed) +mv -f tutorials/hsimple.root tutorials/hsimple.root- mv -f tutorials/gallery.root tutorials/gallery.root- mv -f tutorials/mlp/mlpHiggs.root tutorials/mlp/mlpHiggs.root- mv -f tutorials/quadp/stock.root tutorials/quadp/stock.root- @@ -32,6 +33,7 @@ find tutorials -name "work.pc" -exec rm -rf {} \; >/dev/null 2>&1;true find tutorials -name "work.pcl" -exec rm -rf {} \; >/dev/null 2>&1;true find tutorials -name "*.pcm" -exec rm -rf {} \; >/dev/null 2>&1;true +mv -f tutorials/hsimple.root- tutorials/hsimple.root mv -f tutorials/gallery.root- tutorials/gallery.root mv -f tutorials/mlp/mlpHiggs.root- tutorials/mlp/mlpHiggs.root mv -f tutorials/quadp/stock.root- tutorials/quadp/stock.root -- 1.8.2