From: Joe Z. <jz...@us...> - 2002-12-22 02:30:38
|
Update of /cvsroot/bobs/bobs/inc/templates In directory sc8-pr-cvs1:/tmp/cvs-serv10619/bobs/inc/templates 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 --- htmldir = $(myWEBDIR)/inc/templates dist_html_DATA = *.php *.sh uninstall-local: rmdir $(htmldir) |