Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

--with-rst2man=/bin/true still wants to copy man page #93

Closed
ktk opened this issue May 20, 2016 · 2 comments
Closed

--with-rst2man=/bin/true still wants to copy man page #93

ktk opened this issue May 20, 2016 · 2 comments

Comments

@ktk
Copy link
Contributor

ktk commented May 20, 2016

When I build hitch with ./configure --with-rst2man=/bin/true it builds fine and it does install the binary but make still fails as it won't find the man page:

 /usr/bin/install -c -m 644 hitch.conf.ex CHANGES.rst README.md '/usr/local/share/doc/hitch'
/bin/true --halt=2 ./hitch.man.rst hitch.8
 ./install-sh -c -d '/usr/local/share/man/man8'
 /usr/bin/install -c -m 644 ./hitch.8 '/usr/local/share/man/man8'
install: can't stat './hitch.8': No such file or directory
Makefile:396: recipe for target 'install-man8' failed
make[2]: *** [install-man8] Error 1
make[2]: Leaving directory '/tmp/varnish-hitch-876dcc1'
Makefile:768: recipe for target 'install-am' failed
make[1]: Leaving directory '/tmp/varnish-hitch-876dcc1'
Makefile:467: recipe for target 'install-recursive' failed
make[1]: *** [install-am] Error 2
make: *** [install-recursive] Error 1

It is working fine for what I do as the binary is there but it would be nicer if it wouldn't try to copy the man page in that case.

@daghf daghf closed this as completed in ab26eee Jul 26, 2016
@daghf
Copy link
Member

daghf commented Jul 26, 2016

This should now be resolved.

@ktk
Copy link
Contributor Author

ktk commented Jul 26, 2016

Great tnx!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants