diff options
author | JF Ding <jian-feng.ding@intel.com> | 2013-11-19 10:09:06 +0800 |
---|---|---|
committer | Gui Chen <gui.chen@intel.com> | 2013-12-13 04:34:43 -0500 |
commit | d5afacb10fd863a763ba397dfa4fa4fe396245d7 (patch) | |
tree | bb6f37ec8d3db5b4b46fe6ba72837d4c58100808 /debian | |
parent | eadd8a20bb4dcbcecf3e2f855353ace1d39f98ba (diff) | |
download | mic-d5afacb10fd863a763ba397dfa4fa4fe396245d7.tar.gz mic-d5afacb10fd863a763ba397dfa4fa4fe396245d7.tar.bz2 mic-d5afacb10fd863a763ba397dfa4fa4fe396245d7.zip |
clean up and refine all the docs in git
Break the long lines, remove the deprecated content, etc.
BTW, other minor changes include:
* move the cmdln completion scripts to more proper places
* file permission checking
Change-Id: I063d99119156b45279a387c24280723ae70f4eb2
Signed-off-by: Jianfeng Ding <jian-feng.ding@intel.com>
Diffstat (limited to 'debian')
-rwxr-xr-x | debian/rules | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/rules b/debian/rules index 86e1275..d3d030a 100755 --- a/debian/rules +++ b/debian/rules @@ -37,8 +37,8 @@ install: build mkdir -p $(CURDIR)/debian/tmp/etc/bash_completion.d mkdir -p $(CURDIR)/debian/tmp/etc/zsh_completion.d install -m644 doc/mic.1 $(CURDIR)/debian/tmp/usr/share/man/man1 - install -m755 etc/mic.bash $(CURDIR)/debian/tmp/etc/bash_completion.d/mic.sh - install -m755 etc/_mic $(CURDIR)/debian/tmp/etc/zsh_completion.d/_mic + install -m755 etc/bash_completion.d/mic.sh $(CURDIR)/debian/tmp/etc/bash_completion.d/ + install -m755 etc/zsh_completion.d/_mic $(CURDIR)/debian/tmp/etc/zsh_completion.d/_mic install -m755 tools/mic $(CURDIR)/debian/tmp/usr/bin/mic-native python setup.py install --root=$(CURDIR)/debian/tmp --prefix=/usr |