From 1b7f98fb307ba8f3271a5051f05395ac99056b26 Mon Sep 17 00:00:00 2001 From: rsc Date: Tue, 28 Dec 2004 23:27:43 +0000 Subject: fix up extraction procedures --- unix/mkfile.utf | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'unix/mkfile.utf') diff --git a/unix/mkfile.utf b/unix/mkfile.utf index bb8e438f..23ed764e 100644 --- a/unix/mkfile.utf +++ b/unix/mkfile.utf @@ -5,12 +5,13 @@ TARG=\ README\ Makefile\ `{ls -p $PLAN9/src/lib9/utf/*.c}\ + plan9.h\ utf.h\ utfdef.h\ isalpharune.3\ - utf.7\ rune.3\ runestrcat.3\ + utf.7\ all:V: $TARG @@ -41,6 +42,6 @@ README: ../README NOTICE: ../NOTICE.utf cp $prereq $target -utf.h: ../utf.h +utf.h: $PLAN9/include/utf.h cp $prereq $target -- cgit v1.2.3