]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Shigio Yamaguchi's global tags package. The infrastructure support
authorJordan K. Hubbard <jkh@FreeBSD.org>
Tue, 15 Apr 1997 12:30:38 +0000 (12:30 +0000)
committerJordan K. Hubbard <jkh@FreeBSD.org>
Tue, 15 Apr 1997 12:30:38 +0000 (12:30 +0000)
commitf8fc522a779bb24e761c601dad8878cacbf23bae
tree759fe3f4319efd10e61806bdf93b1c5fd3116a12
parentebcf3d327be70917bbae72b411ce7764fb3ac77b
Shigio Yamaguchi's global tags package.  The infrastructure support
for this is already in place, so "make tags" (or "make tags HTML=yes")
should work after your next make world.
Submitted by: Shigio Yamaguchi <shigio@wafu.netgate.net>
31 files changed:
usr.bin/global/HISTORY [new file with mode: 0644]
usr.bin/global/MANIFEST [new file with mode: 0644]
usr.bin/global/Makefile [new file with mode: 0644]
usr.bin/global/Makefile.inc [new file with mode: 0644]
usr.bin/global/README [new file with mode: 0644]
usr.bin/global/VERSION [new file with mode: 0644]
usr.bin/global/btreeop/Makefile [new file with mode: 0644]
usr.bin/global/btreeop/btreeop.1 [new file with mode: 0644]
usr.bin/global/btreeop/btreeop.c [new file with mode: 0644]
usr.bin/global/gctags/C.c [new file with mode: 0644]
usr.bin/global/gctags/Makefile [new file with mode: 0644]
usr.bin/global/gctags/ctags.c [new file with mode: 0644]
usr.bin/global/gctags/ctags.h [new file with mode: 0644]
usr.bin/global/gctags/fortran.c [new file with mode: 0644]
usr.bin/global/gctags/gctags.1 [new file with mode: 0644]
usr.bin/global/gctags/lisp.c [new file with mode: 0644]
usr.bin/global/gctags/print.c [new file with mode: 0644]
usr.bin/global/gctags/test/ctags.test [new file with mode: 0644]
usr.bin/global/gctags/tree.c [new file with mode: 0644]
usr.bin/global/gctags/yacc.c [new file with mode: 0644]
usr.bin/global/global/Makefile [new file with mode: 0644]
usr.bin/global/global/global.1 [new file with mode: 0644]
usr.bin/global/global/global.pl [new file with mode: 0644]
usr.bin/global/gtags/Makefile [new file with mode: 0644]
usr.bin/global/gtags/gtags.1 [new file with mode: 0644]
usr.bin/global/gtags/gtags.sh [new file with mode: 0644]
usr.bin/global/htags/Makefile [new file with mode: 0644]
usr.bin/global/htags/htags.1 [new file with mode: 0644]
usr.bin/global/htags/htags.pl [new file with mode: 0755]
usr.bin/global/systags/Makefile [new file with mode: 0644]
usr.bin/global/systags/systags.sh [new file with mode: 0755]