mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
Add missing images to source package
Thanks to Kornel for noticing. We cannot use ${x} style variables with autotools, these work only in the final Makefile. We need to use $(x).
This commit is contained in:
parent
0fa905ceab
commit
7b4c4d8ae1
@ -587,9 +587,9 @@ dist_images_DATA = \
|
||||
images/psnfss3.png \
|
||||
images/psnfss4.png \
|
||||
images/standard.png \
|
||||
${dist_images_DATA1X} \
|
||||
${dist_images_DATA2X} \
|
||||
${dist_images_DATA3X}
|
||||
$(dist_images_DATA1X) \
|
||||
$(dist_images_DATA2X) \
|
||||
$(dist_images_DATA3X)
|
||||
|
||||
imagesmathdir = $(imagesdir)/math
|
||||
dist_imagesmath_DATA = \
|
||||
@ -1727,7 +1727,7 @@ dist_imagesoxygen_DATA1X = \
|
||||
|
||||
dist_imagesoxygen_DATA = \
|
||||
images/oxygen/iconsize.png \
|
||||
${dist_imagesoxygen_DATA1X}
|
||||
$(dist_imagesoxygen_DATA1X)
|
||||
|
||||
imagesmathoxygendir = $(imagesdir)/math/oxygen
|
||||
dist_imagesmathoxygen_DATA = \
|
||||
|
Loading…
Reference in New Issue
Block a user