Differences From Artifact [82390edf1d]:
- File Makefile — part of check-in [224e00d558] at 2014-01-30 15:41:50 on branch fosdem-2014 — Put exported image width in makefile variable. (user: ivan, size: 1972) [annotate] [blame] [check-ins using]
To Artifact [5d1381dee7]:
- File Makefile — part of check-in [a06da30e3d] at 2014-01-30 16:03:40 on branch fosdem-2014 — FOSDEM captures slides at 800x600, so making exported images 1600px wide. (user: ivan, size: 1972) [annotate] [blame] [check-ins using]
1 -IMG_WIDTH = 1024 1 +IMG_WIDTH = 1600 2 2 3 3 IMGS = imgs/network-public.png imgs/network-private.png imgs/network-community.png \ 4 4 imgs/confine-partners.png imgs/extend-network.png \ 5 5 imgs/testbed.png imgs/testbed-slice.png imgs/testbed-cd-rd.png \ 6 6 imgs/testbed-logos-node.png imgs/testbed-logos-mgmt.png imgs/testbed-logos-devel.png 7 7 IMGS_BEAMER = imgs/confine,background.pdf 8 8