- Removed bloated debian patches
- Modified debian/rules to create both relational and relational-cli from the same python file - Modified relational_gui to have different behavior depending on its name - Do not try to pack examples directory for relational package - Edited make source target git-svn-id: http://galileo.dmi.unict.it/svn/relational/trunk@274 014f5005-505e-4b48-8d0a-63407b615a7c
This commit is contained in:
5
Makefile
5
Makefile
@@ -19,6 +19,7 @@ install:
|
||||
|
||||
source: clean
|
||||
rm -rf /tmp/relational/
|
||||
rm -rf /tmp/relational-*
|
||||
mkdir /tmp/relational/
|
||||
cp -R * /tmp/relational/
|
||||
rm -rf /tmp/relational/windows
|
||||
@@ -33,7 +34,9 @@ source: clean
|
||||
rm -rf /tmp/relational/relational_readline/.svn/
|
||||
rm -rf /tmp/relational/test/.svn
|
||||
|
||||
echo "cd /tmp ; tar -zcvvf relational.tar.gz relational/" | bash
|
||||
#mv /tmp/relational /tmp/relational-`./relational_gui.py -v | grep Relational | cut -d" " -f2`
|
||||
#(cd /tmp; tar -zcf relational.tar.gz relational-*/)
|
||||
(cd /tmp; tar -zcf relational.tar.gz relational/)
|
||||
mv /tmp/relational.tar.gz ./relational_`./relational_gui.py -v | grep Relational | cut -d" " -f2`.tar.gz
|
||||
|
||||
clean:
|
||||
|
Reference in New Issue
Block a user