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

install man page in $prefix fails #20

Closed
veripoolbot opened this issue Jul 14, 2008 · 1 comment
Closed

install man page in $prefix fails #20

veripoolbot opened this issue Jul 14, 2008 · 1 comment
Assignees
Labels
area: configure/compiling Issue involves configuring or compilating Verilator itself resolution: fixed Closed; fixed

Comments

@veripoolbot
Copy link
Contributor


Author Name: Holger Wächtler
Original Redmine Issue: 20 from https://www.veripool.org
Original Date: 2008-07-14
Original Assignee: Wilson Snyder (@wsnyder)


/bin/sh ./mkinstalldirs /Users/holger/verilog-stuff/3rdparty/share/man/man1
for p in verilator.1 ; do \
  /usr/bin/install -c $p /Users/holger/verilog-stuff/3rdparty/share/man/man1/$p; \
done
install: verilator.1: No such file or directory
make[2]: *** [installman] Error 71
make[1]: *** [/Users/holger/verilog-stuff/3rdparty/bin/verilator] Error 2
make: *** [i_mul.verilated] Error 2

@veripoolbot
Copy link
Contributor Author


Original Redmine Comment
Author Name: Wilson Snyder (@wsnyder)
Original Date: 2008-07-14T17:41:22Z


Fixed in HEAD.

@veripoolbot veripoolbot added area: configure/compiling Issue involves configuring or compilating Verilator itself resolution: fixed Closed; fixed labels Dec 22, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: configure/compiling Issue involves configuring or compilating Verilator itself resolution: fixed Closed; fixed
Projects
None yet
Development

No branches or pull requests

2 participants