mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
Scons: remove depend.pyc from scons_manifest.py
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18125 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
6c1388bb48
commit
ce4effb200
@ -1994,7 +1994,7 @@ if update_manifest:
|
||||
print >> manifest, 'from SCons.Util import Split\n'
|
||||
#
|
||||
ignore_dirs = ['boost/boost', 'm4', 'development']
|
||||
ignore_types = ['.svn', '.deps', '.cache', '.tmp', 'bak', '.gmo', '.pyc', 'debug', 'release']
|
||||
ignore_types = ['.svn', '.deps', '.cache', '.tmp', 'bak', '.gmo', '.pyc']
|
||||
ext_types = ['_header_files', '_files', '_pre_files', '_post_files', '_moc_files',
|
||||
'_copied_files', '_copied_header_files', '_extra_header_files', '_extra_src_files', '_extra_files']
|
||||
for root,path,files in os.walk(env.Dir('$TOP_SRCDIR').abspath):
|
||||
|
@ -2212,7 +2212,6 @@ lib_doc_extra_files = Split('''
|
||||
Makefile.depend
|
||||
README.Documentation
|
||||
depend.py
|
||||
depend.pyc
|
||||
doc_toc.py
|
||||
''')
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user