2002-12-10 10:58:32 +00:00
|
|
|
AUTOMAKE_OPTIONS = gnu
|
|
|
|
|
2002-12-10 21:27:29 +00:00
|
|
|
# You need to set this to your web directory
|
2002-12-10 10:58:32 +00:00
|
|
|
webdir = /var/www/html
|
2002-12-10 21:27:29 +00:00
|
|
|
# And these to the user and group of your webserver
|
|
|
|
webuser = apache
|
|
|
|
webgroup = apache
|
|
|
|
|
2002-12-10 10:58:32 +00:00
|
|
|
web_DATA = zmactions.php zmconfig.php zmdb.php zmfilter.php zmfuncs.php zmhtml.php zm.php zmstyles.css zmwml.php
|
|
|
|
|
|
|
|
EXTRA_DIST = $(web_DATA)
|
2002-12-10 21:27:29 +00:00
|
|
|
|
|
|
|
# Yes, you are correct. This is a HACK!
|
|
|
|
install-data-local:
|
|
|
|
( cd $(webdir); chown $(webuser):$(webgroup) $(web_DATA) )
|