[Commit] xcursorgen/whiteglass Makefile.am,1.1,1.2 Imakefile,1.4,NONE

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


Committed by: nlevitt

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

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/whiteglass/Makefile.am,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- Makefile.am	9 May 2003 05:22:07 -0000	1.1
+++ Makefile.am	9 May 2003 06:06:38 -0000	1.2
@@ -84,8 +84,7 @@
 	test -e "$(whiteglassdir)/08e8e1c95fe2fc01f976f1e063a24ccd.cur" || (cd "$(whiteglassdir)" && $(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 "$(whiteglassdir)/arrow.cur" && rm -f "$(whiteglassdir)/arrow.cur" ; \
 	test -e "$(whiteglassdir)/cross_reverse.cur" && rm -f "$(whiteglassdir)/cross_reverse.cur" ; \

--- Imakefile DELETED ---