aboutsummaryrefslogtreecommitdiff
path: root/unix/mkfile.regexp
diff options
context:
space:
mode:
Diffstat (limited to 'unix/mkfile.regexp')
-rw-r--r--unix/mkfile.regexp9
1 files changed, 8 insertions, 1 deletions
diff --git a/unix/mkfile.regexp b/unix/mkfile.regexp
index de813087..86834227 100644
--- a/unix/mkfile.regexp
+++ b/unix/mkfile.regexp
@@ -28,6 +28,12 @@ all:V: $TARG
%: $PLAN9/man/man7/%
cp $prereq $target
+regexp9.3: $PLAN9/man/man3/regexp.3
+ cp $prereq $target
+
+regexp9.7: $PLAN9/man/man7/regexp.7
+ cp $prereq $target
+
%: ../make/%
cp $prereq $target
@@ -40,5 +46,6 @@ README: ../README
NOTICE: ../NOTICE.regexp
cp $prereq $target
-lib9.h: $PLAN9/src/libregexp/lib9.h
+lib9.h: $PLAN9/src/libregexp/lib9.std.h
cp $prereq $target
+