]> git.lyx.org Git - features.git/commitdiff
Make r37304 work for builds made from packaged sources
authorGeorg Baum <Georg.Baum@post.rwth-aachen.de>
Sun, 23 Jan 2011 19:57:39 +0000 (19:57 +0000)
committerGeorg Baum <Georg.Baum@post.rwth-aachen.de>
Sun, 23 Jan 2011 19:57:39 +0000 (19:57 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@37305 a592a061-630c-0410-9148-cb99ea01b6c8

development/scons/scons_manifest.py
lib/Makefile.am

index cd163ad84003c6fe36661f2c6762f3923d0691d6..cc1c79d8bb50b3e37a8980a1743084eff5ddd365 100644 (file)
@@ -640,6 +640,7 @@ src_tex2lyx_copied_files = Split('''
 
 src_tex2lyx_extra_files = Split('''
     Makefile.am
+    TODO.txt
     pch.h
     tex2lyx.1in
     test/box-color-size-space-align.tex
@@ -1470,6 +1471,7 @@ lib_images_files = Split('''
     buffer-write-as.png
     buffer-write.png
     build-program.png
+    busy.gif
     change-accept.png
     change-next.png
     change-reject.png
index 4e6fc479df7f262221b27f76d232af8d89a59ffc..6a7c9e4536d3821374fe074afbad126b6ce246e9 100644 (file)
@@ -346,6 +346,7 @@ dist_images_DATA = \
        images/buffer-write-as.png \
        images/buffer-write.png \
        images/build-program.png \
+       images/busy.gif \
        images/change-accept.png \
        images/change-next.png \
        images/change-reject.png \