Closed benjaminedwardwebb closed 1 year ago
there is a typo, according to folder structure there has to be a / between man and src:
cp src/man/src/stest.1 target/
Hi @c0ffein. I was going through old email and saw your comment here.
I don't quite understand what you mean by your comment. In the diff that was merged, there is a /
between man
and src
(both of them), like so: cp src/man/src/stest.1 target/
.
Are you still encountering build failures?
I broke make install in an earlier commit :'( (sorry)
Specifically, the following line in make install does not work
This fixes it. I'd forgotten to keep the man page copy into target step when rewriting stest in Rust.