mirror of
https://github.com/SDL-Hercules-390/hyperion.git
synced 2026-04-17 01:15:26 +02:00
34 lines
1.6 KiB
Makefile
34 lines
1.6 KiB
Makefile
dist_pkgdata_DATA = cckddasd.html hercinst.html hercnew.html \
|
|
hercconf.html herclic.html hercrdr.html herctcp.html \
|
|
hercfaq.html hercload.html index.html hercules.css \
|
|
hercules.html tasks.html fishgui.html hercmsg.html \
|
|
hercmscf.html hercmscp.html hercmsct.html hercmsda.html \
|
|
hercmsdc.html hercmsdi.html hercmsdl.html hercmsds.html \
|
|
hercmsdt.html hercmsdu.html hercmshe.html hercmshg.html \
|
|
hercmshm.html hercmsht.html hercmshu.html hercmsif.html \
|
|
hercmsin.html hercmslc.html hercmspn.html hercmspr.html \
|
|
hercmspu.html hercmsrd.html hercmssd.html hercmsta.html \
|
|
hercmstc.html hercmste.html hercmstm.html hercmsts.html \
|
|
hercmstu.html hercmslg.html hercmsca.html
|
|
|
|
include_sources = include/header.htmlpart include/footer.htmlpart
|
|
|
|
include_pkgdatadir = $(pkgdatadir)/include
|
|
|
|
dist_include_pkgdata_DATA = $(include_sources)
|
|
|
|
images_sources = images/hercules.jpg \
|
|
images/dial1.gif images/loadu.gif images/startd.gif \
|
|
images/dial2.gif images/manonu.gif images/startu.gif \
|
|
images/dial3.gif images/poweroffd.gif images/stopd.gif \
|
|
images/dial4.gif images/poweroffu.gif images/stopu.gif \
|
|
images/interruptd.gif images/poweronond.gif images/stored.gif \
|
|
images/interruptu.gif images/powerononu.gif images/storeu.gif \
|
|
images/loadd.gif images/restartd.gif images/sysonu.gif \
|
|
images/loadonu.gif images/restartu.gif images/waitonu.gif \
|
|
images/osi-certified-60x50.jpg
|
|
|
|
images_pkgdatadir = $(pkgdatadir)/images
|
|
|
|
dist_images_pkgdata_DATA = $(images_sources)
|