From: Joe Z. <jz...@us...> - 2003-02-05 02:06:03
|
Update of /cvsroot/bobs/bobs/images/menu In directory sc8-pr-cvs1:/tmp/cvs-serv1209/bobs/images/menu Modified Files: Makefile.am Makefile.in Log Message: All installed files now fall under ${prefix} and ${DESTDIR}. This should help with 'make rpm'. Index: Makefile.am =================================================================== RCS file: /cvsroot/bobs/bobs/images/menu/Makefile.am,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- Makefile.am 3 Feb 2003 05:51:42 -0000 1.2 +++ Makefile.am 5 Feb 2003 02:05:23 -0000 1.3 @@ -3,7 +3,4 @@ dist_html_DATA = $(wildcard *.gif *.png) -uninstall-local: - rmdir $(htmldir) - ## END Index: Makefile.in =================================================================== RCS file: /cvsroot/bobs/bobs/images/menu/Makefile.in,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- Makefile.in 3 Feb 2003 19:27:34 -0000 1.1 +++ Makefile.in 5 Feb 2003 02:05:23 -0000 1.2 @@ -75,9 +75,12 @@ install_sh = @install_sh@ myBOBSDATA = @myBOBSDATA@ myCRONDIR = @myCRONDIR@ +myCRONTABDIR = @myCRONTABDIR@ myHTTPDUSER = @myHTTPDUSER@ myPASS = @myPASS@ myWEBDIR = @myWEBDIR@ +myrealBOBSDATA = @myrealBOBSDATA@ +myrealWEBDIR = @myrealWEBDIR@ htmldir = $(myWEBDIR)/images/menu @@ -210,7 +213,7 @@ mostlyclean-am: mostlyclean-generic -uninstall-am: uninstall-dist_htmlDATA uninstall-info-am uninstall-local +uninstall-am: uninstall-dist_htmlDATA uninstall-info-am .PHONY: all all-am check check-am clean clean-generic distclean \ distclean-generic distdir dvi dvi-am info info-am install \ @@ -219,11 +222,8 @@ install-man install-strip installcheck installcheck-am \ installdirs maintainer-clean maintainer-clean-generic \ mostlyclean mostlyclean-generic uninstall uninstall-am \ - uninstall-dist_htmlDATA uninstall-info-am uninstall-local - + uninstall-dist_htmlDATA uninstall-info-am -uninstall-local: - rmdir $(htmldir) # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: |