*** empty log message ***
authorayin <ayin>
Thu, 19 Jan 2006 14:09:27 +0000 (14:09 +0000)
committerayin <ayin>
Thu, 19 Jan 2006 14:09:27 +0000 (14:09 +0000)
src/Makefile.in

index af39840db5819fca76f811e46e005115365f405f..3a3a6ff6b7aa289b9bc81eede93d308022f8a4f9 100644 (file)
@@ -104,8 +104,11 @@ rxvtc: rxvtc.o $(COMMON_DAEMON) fdpass.o
 
 #-------------------------------------------------------------------------
 
-tags:
-       ctags *.h *.C
+tags: *.[Ch]
+       ctags $^
+
+TAGS: *.[Ch]
+       etags $^
 
 allbin: rxvt rxvtd rxvtc
 
@@ -116,7 +119,7 @@ clean:
        $(RMF) *.o *.lo .libs/* librxvt.la tmpproto *.tmp
 
 realclean: clean
-       $(RMF) tags librxvt.h
+       $(RMF) tags TAGS librxvt.h
 
 cleandir: realclean