fix up extraction procedures

This commit is contained in:
rsc 2004-12-28 23:27:43 +00:00
parent e5d47e6e15
commit 1b7f98fb30
7 changed files with 30 additions and 15 deletions

View file

@ -8,8 +8,9 @@ TARG=\
fmt.h\
fmtdef.h\
nan.h\
print.3\
plan9.h\
fmtinstall.3\
print.3\
all:V: $TARG
@ -40,8 +41,3 @@ README: ../README
NOTICE: ../NOTICE.fmt
cp $prereq $target
fmt.h: ../fmt.h
cp $prereq $target
fmt.c: $PLAN9/src/lib9/fmt/fmt.c
cat $prereq | sed "/'u',.*__flagfmt/ s/__flagfmt/__ifmt/" >$target