[Commit] xcursorgen/redglass Makefile.am,1.2,1.3 Imakefile,1.10,NONE

Noah Levitt commit@keithp.com
Thu, 08 May 2003 23:06:41 -0700


Committed by: nlevitt

Update of /local/src/CVS/xcursorgen/redglass
In directory home.keithp.com:/tmp/cvs-serv11718/redglass

Modified Files:
	Makefile.am 
Removed Files:
	Imakefile 
Log Message:
Automade handhelds, and a bit of cleanup.

Index: Makefile.am
===================================================================
RCS file: /local/src/CVS/xcursorgen/redglass/Makefile.am,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- Makefile.am	9 May 2003 05:07:42 -0000	1.2
+++ Makefile.am	9 May 2003 06:06:38 -0000	1.3
@@ -68,9 +68,7 @@
 	test -e "$(redglassdir)/top_left_arrow.cur" || (cd "$(redglassdir)" && $(LN_S) left_ptr.cur top_left_arrow.cur) ; \
 	test -e "$(redglassdir)/08e8e1c95fe2fc01f976f1e063a24ccd.cur" || (cd "$(redglassdir)" && $(LN_S) left_ptr_watch.cur 08e8e1c95fe2fc01f976f1e063a24ccd.cur) ;
 
-
-# get rid of the whole directory, nobody else should put anything there
-# XXX: maybe we should delete the symlinks one by one
+# remove symlinks
 uninstall-local:
 	test -e "$(redglassdir)/arrow.cur" && rm -f "$(redglassdir)/arrow.cur" ; \
 	test -e "$(redglassdir)/cross_reverse.cur" && rm -f "$(redglassdir)/cross_reverse.cur" ; \

--- Imakefile DELETED ---