From: Joe Z. <jz...@us...> - 2002-12-22 02:30:37
|
Update of /cvsroot/bobs/bobs/images/menu In directory sc8-pr-cvs1:/tmp/cvs-serv10619/bobs/images/menu 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)/images/menu dist_html_DATA = *.gif *.png uninstall-local: rmdir $(htmldir) ## END |