]> git.lyx.org Git - features.git/commitdiff
Remove subscript.sty from scons_manifest.py again.
authorGeorg Baum <Georg.Baum@post.rwth-aachen.de>
Wed, 23 Feb 2011 19:05:17 +0000 (19:05 +0000)
committerGeorg Baum <Georg.Baum@post.rwth-aachen.de>
Wed, 23 Feb 2011 19:05:17 +0000 (19:05 +0000)
It was not 'missing', it was not added on purpose.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@37777 a592a061-630c-0410-9148-cb99ea01b6c8

development/scons/scons_manifest.py

index d70dffc61ea1472522816f2031af85cee3534c34..73c6063d0c033f9512cd45e822a336273e22cec7 100644 (file)
@@ -2155,13 +2155,15 @@ lib_images_attic_extra_files = Split('''
 ''')
 
 
+# Do not add subscript.sty to lib_tex_files since we don't want to install it
+# (it is part of TeXLive). We include it in our source package only so that
+# packagers may decide to install it (e.g. for MikTeX).
 lib_tex_files = Split('''
     broadway.cls
     hollywood.cls
     lyxchess.sty
     lyxskak.sty
     revtex.cls
-    subscript.sty
 ''')