From: Axel Naumann Date: Sat, 30 Aug 2014 07:16:21 +0000 (+0200) Subject: Also install hsimple.C now that we build it. X-Git-Tag: v6-02-00-rc1~242 X-Git-Url: https://root.cern.ch/gitweb?p=root.git;a=commitdiff_plain;h=594a5736fa3bd3408de3804fa919f415d0cd1b96 Also install hsimple.C now that we build it. --- 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