Would this work?

TAGS:
if test "x$(ETAGS)" != "x"; then \
srcfiles=`find $(srcdir)/c $(srcdir)/h -name '*.[chd]'` && \
 $(ETAGS) --language=c    -o $@ $$srcfiles && \
$(ETAGS) --language=none -o $@ --append \
      --regex='/@\([-:*a-zA-z]+\)/\1/' \
      --regex='/@(defun \([-:*a-zA-z]+\)/\1/' \
      $$srcfiles; \
fi
touch $@

I did not see this bug in Ubuntu. Maybe it uses a different etags...

Juanjo

-- 
Instituto de Física Fundamental, CSIC
c/ Serrano, 113b, Madrid 28006 (Spain)
http://juanjose.garciaripoll.googlepages.com
------------------------------------------------------------------------------
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
_______________________________________________
Ecls-list mailing list
Ecls-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ecls-list

Reply via email to