mirror of
https://invent.kde.org/graphics/okular
synced 2024-11-05 18:34:53 +00:00
effbd4fc4c
svn path=/trunk/kdegraphics/kdvi/; revision=29154
12 lines
257 B
Makefile
12 lines
257 B
Makefile
|
|
# add here all files
|
|
data_DATA = forwpage.xpm largetext.xpm smalltext.xpm
|
|
|
|
# this is the directory, where all datas are installed
|
|
# you have given the datas in data_DATA
|
|
datadir = $(kde_datadir)/kdvi/toolbar
|
|
|
|
EXTRA_DIST = $(data_DATA)
|
|
|
|
KDE_ICON = kdvi
|
|
|