help-global
[Top][All Lists]
Advanced

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

Re: global htags


From: Shigio Yamaguchi
Subject: Re: global htags
Date: Tue, 03 Apr 2001 01:29:52 +0900

Hi,
> I have created 2 sets of GTAGS one in my source tree and one in my
> library tree. using the global command after I have set GTAGSLIBPATH I
> find tags in either tree. But when I generate HTML in my source tree
> functions etc in my library tree do not show. Is this normal behaviour?

Yes, it is. Htags doesn't support GTAGSLIBPATH.
If you want to make both of them into one then you need to do like this:

        % cd <src directory>
        % cp -r /usr/src/lib .
        % gtags
        % htags
--
Shigio Yamaguchi - Tama Communications Corporation
Mail: address@hidden, (Spare mail: address@hidden)




reply via email to

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