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