xref: /csrg-svn/old/lisp/PSD.doc/extrnames.awk (revision 48172)
1*48172Sbostic# Copyright (c) 1980 The Regents of the University of California.
2*48172Sbostic# All rights reserved.
327609Scuccia#
4*48172Sbostic# %sccs.include.redist.sh%
527609Scuccia#
6*48172Sbostic#	@(#)extrnames.awk	6.2 (Berkeley) 04/17/91
7*48172Sbostic#
8*48172Sbostic
927609ScucciaBEGIN { print "(Doc)" }
1027609Scuccia/^\.Lf/ { print "(" $2 " " substr(FILENAME,1,length(FILENAME)-2) ")" }
1127609Scuccia/^\.Lx/ { print "(" $2 " " substr(FILENAME,1,length(FILENAME)-2) ")" }
12