mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Merge branch 'unrar' of https://github.com/fturco/calibre
This commit is contained in:
commit
52cd03dd39
@ -16,11 +16,6 @@ Files: resources/rapydscript/*
|
|||||||
Copyright: Various
|
Copyright: Various
|
||||||
License: BSD
|
License: BSD
|
||||||
|
|
||||||
Files: src/unrar/*
|
|
||||||
Copyright: Various
|
|
||||||
License: Non-free
|
|
||||||
Code can be distributed freely.
|
|
||||||
|
|
||||||
Files: src/html5lib/*
|
Files: src/html5lib/*
|
||||||
Copyright: Copyright (c) 2006-2013 James Graham and other contributors
|
Copyright: Copyright (c) 2006-2013 James Graham and other contributors
|
||||||
License: Expat
|
License: Expat
|
||||||
|
@ -10,7 +10,6 @@ let g:syntastic_cpp_include_dirs = [
|
|||||||
\'/usr/include/qt',
|
\'/usr/include/qt',
|
||||||
\'/usr/include/freetype2',
|
\'/usr/include/freetype2',
|
||||||
\'/usr/include/fontconfig',
|
\'/usr/include/fontconfig',
|
||||||
\'src/unrar',
|
|
||||||
\]
|
\]
|
||||||
let g:syntastic_c_include_dirs = g:syntastic_cpp_include_dirs
|
let g:syntastic_c_include_dirs = g:syntastic_cpp_include_dirs
|
||||||
let g:syntastic_python_flake8_exec = 'flake8-python2'
|
let g:syntastic_python_flake8_exec = 'flake8-python2'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user