gzz-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gzz-commits] gzz Makefile


From: Janne V. Kujala
Subject: [Gzz-commits] gzz Makefile
Date: Sat, 12 Oct 2002 19:18:45 -0400

CVSROOT:        /cvsroot/gzz
Module name:    gzz
Changes by:     Janne V. Kujala <address@hidden>        02/10/12 19:18:45

Modified files:
        .              : Makefile 

Log message:
        Add TAGS target for generating emacs tag file

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/gzz/gzz/Makefile.diff?tr1=1.192&tr2=1.193&r1=text&r2=text

Patches:
Index: gzz/Makefile
diff -c gzz/Makefile:1.192 gzz/Makefile:1.193
*** gzz/Makefile:1.192  Sat Oct 12 06:05:41 2002
--- gzz/Makefile        Sat Oct 12 19:18:45 2002
***************
*** 341,346 ****
--- 341,350 ----
  tags::
        ctags -R
  
+ TAGS::
+       if [ -f TAGS ]; then rm TAGS; fi
+       find gzz gfx -type d -name CVS -exec sed -e '/^[^/]/d' -e 
's:^\(/[^/]*\).*:{}\1:' -e 's:/CVS/:/:' {}/Entries \;|xargs etags --append
+ 
  CVS2CL=cvs2cl
  
  ChangeLog::




reply via email to

[Prev in Thread] Current Thread [Next in Thread]