| 1 |
otavio |
158 |
# not a GNU package. You can remove this line, if
|
| 2 |
|
|
# have all needed files, that a GNU package needs
|
| 3 |
|
|
AUTOMAKE_OPTIONS = foreign 1.9
|
| 4 |
|
|
EXTRA_DIST = autogen.sh
|
| 5 |
|
|
SUBDIRS = src
|
| 6 |
|
|
|
| 7 |
otavio |
387 |
imagesdir = $(prefix)/etc/splashy/themes/default/
|
| 8 |
otavio |
158 |
images_DATA = pixmaps/background.jpg pixmaps/error.jpg
|
| 9 |
|
|
|
| 10 |
|
|
configdir = $(prefix)/etc/splashy
|
| 11 |
|
|
config_DATA = doc/config.xml
|
| 12 |
|
|
|
| 13 |
|
|
scriptsdir = /etc/init.d
|
| 14 |
lems1-guest |
362 |
scripts_DATA = scripts/splashy10 scripts/splashy scripts/splashyZ scripts/splashy-functions.sh
|
| 15 |
otavio |
158 |
|
| 16 |
|
|
install-data-hook:
|
| 17 |
|
|
./scripts/build-initscripts.sh $(DESTDIR)
|