From df7a7a1113e2dcf258c6f9db70ab61d1bb123595 Mon Sep 17 00:00:00 2001 From: "Jordan K. Hubbard" Date: Sat, 1 Apr 1995 13:05:35 +0000 Subject: A new print-index rule. --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index dba66e7c434e..5659028c7bee 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.14 1995/03/21 03:57:19 jkh Exp $ +# $Id: Makefile,v 1.15 1995/03/23 21:03:32 gpalmer Exp $ # SUBDIR= archivers audio cad comms databases devel editors games graphics \ japanese lang mail math net news print shells utils x11 @@ -13,4 +13,4 @@ ${.CURDIR}/INDEX: @echo " Done." print-index: ${.CURDIR}/INDEX - awk -F\| '{ printf("Port:\t%s\nPath:\t%s\nInfo:\t%s\nMaint:\t%s\n\n", $$1, $$2, $$4, $$6); }' < ${.CURDIR}/INDEX + @awk -F\| '{ printf("Port:\t%s\nPath:\t%s\nInfo:\t%s\nMaint:\t%s\nIndex:\t%s\nKeywds:\t%s\n\n", $$1, $$2, $$4, $$6, $$7, $$8); }' < ${.CURDIR}/INDEX -- cgit v1.2.3