#! /bin/csh -f # Last modified on Fri Dec 26 19:18:42 1986 by stolfi #-------------------------------------------------------- # Extracts from one or more bibliography entries (bib/entries/GS-*) # the corresponding lines for the author index used by Bib-mode.ml. # If no file is specified, uses the standard input. #--------------------------------------------------------- sed -f /udir/stolfi/bin/make-authix.sed $* | tr -s '\012\014' ' \012' |\ sed 's/^ *//'