You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi!
Thank you for pointing this out, I actually thought I had fixed this before releasing v 1.2.0 but I remember that I actually made a hardfix and forgot to add this in my to do list...
Thanks for submiting a pull request I'll answer you in more depth there!
When running make:
make[2]: *** No rule to make target
igor.1', needed by
all-am'. Stop.When the autogen.sh runs, I get the following:
pandoc -s -f markdown -t man README.md -o igor.1
pandoc: README.md: openFile: does not exist (No such file or directory)
Doing:
asciidoc -b docbook README.adoc
pandoc -f docbook -t markdown_strict README.xml -o README.md
(from https://tinyapps.org/blog/nix/201701240700_convert_asciidoc_to_markdown.html)
Seems to resolve the issue.
Perhaps these steps should be added to the autogen.sh? Or am I missing some dependency?
The text was updated successfully, but these errors were encountered: