Update of /cvsroot/bobs/bobs/cron
In directory sc8-pr-cvs1:/tmp/cvs-serv10619/bobs/cron
Added Files:
Makefile.am
Log Message:
Rewrite makefiles to use as much default processing as possible and
remove much custom code. There is now a Makefile.am in each subdirectory.
'make dist' now works.
Added option --with-crondir to help with rpm build. It uses DESTDIR
variable that rpm needs. The regular file backup.php is now put in the
cron directory instead of a link.
--- NEW FILE: Makefile.am ---
# install to cron directory
crondir = $(myCRONDIR)
dist_cron_SCRIPTS = backup.php
# install to bobs script directory
processdir = $(myBOBSDATA)/current/process
dist_process_SCRIPTS = check_loop
|