equal
deleted
inserted
replaced
53 # should be copied to /usr/local/objdictedit |
53 # should be copied to /usr/local/objdictedit |
54 cp -r examples $(CURDIR)/debian/plcopeneditor/usr/share/plcopeneditor |
54 cp -r examples $(CURDIR)/debian/plcopeneditor/usr/share/plcopeneditor |
55 cp -r Images $(CURDIR)/debian/plcopeneditor/usr/share/plcopeneditor |
55 cp -r Images $(CURDIR)/debian/plcopeneditor/usr/share/plcopeneditor |
56 cp -r graphics $(CURDIR)/debian/plcopeneditor/usr/share/plcopeneditor |
56 cp -r graphics $(CURDIR)/debian/plcopeneditor/usr/share/plcopeneditor |
57 cp -r plcopen $(CURDIR)/debian/plcopeneditor/usr/share/plcopeneditor |
57 cp -r plcopen $(CURDIR)/debian/plcopeneditor/usr/share/plcopeneditor |
58 cp -r examples $(CURDIR)/debian/plcopeneditor/usr/share/plcopeneditor |
58 cp -r locale $(CURDIR)/debian/plcopeneditor/usr/share/plcopeneditor |
|
59 cp -r dialogs $(CURDIR)/debian/plcopeneditor/usr/share/plcopeneditor |
59 cp *.py $(CURDIR)/debian/plcopeneditor/usr/share/plcopeneditor |
60 cp *.py $(CURDIR)/debian/plcopeneditor/usr/share/plcopeneditor |
60 rm -rf `find .|grep CVS` |
61 rm -rf `find .|grep CVS` |
61 rm -rf `find .|grep .cvsignore` |
62 rm -rf `find .|grep .cvsignore` |
62 chmod -R a+r $(CURDIR)/debian/plcopeneditor |
63 chmod -R a+r $(CURDIR)/debian/plcopeneditor |
63 |
64 |