xref: /csrg-svn/old/lisp/PSD.doc/extrnames.awk (revision 27609)
1*27609Scuccia# Copyright (c) 1980 Regents of the University of California.
2*27609Scuccia# All rights reserved.  The Berkeley software License Agreement
3*27609Scuccia# specifies the terms and conditions for redistribution.
4*27609Scuccia#
5*27609Scuccia#	@(#)extrnames.awk	6.1 (Berkeley) 04/29/86
6*27609Scuccia#
7*27609ScucciaBEGIN { print "(Doc)" }
8*27609Scuccia/^\.Lf/ { print "(" $2 " " substr(FILENAME,1,length(FILENAME)-2) ")" }
9*27609Scuccia/^\.Lx/ { print "(" $2 " " substr(FILENAME,1,length(FILENAME)-2) ")" }
10