Join GitHub today
GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.
Sign upImprove autogenerated manpages #2124
Conversation
utACK. |
This comment has been minimized.
This comment has been minimized.
This script successfully generates man pages. Help2man doesn't recognize "Commands" and "Register Commands" as distinct sections that should be bolded though. This is the same for the upstream autogenerated man pages as well. Maybe this is worth changing the formatting for later. ACK on this for now, though |
This comment has been minimized.
This comment has been minimized.
Comments are non-blocking. @zkbot r+ |
This comment has been minimized.
This comment has been minimized.
|
This comment has been minimized.
This comment has been minimized.
Improve autogenerated manpages Cherry-picked from bitcoin/bitcoin#8608. Closes #2086.
This comment has been minimized.
This comment has been minimized.
|
@@ -976,6 +982,7 @@ AC_SUBST(GMPXX_LIBS) | |||
AC_SUBST(LIBSNARK_LIBS) | |||
AC_SUBST(LIBZCASH_LIBS) | |||
AC_CONFIG_FILES([Makefile src/Makefile share/setup.nsi share/qt/Info.plist src/test/buildenv.py]) | |||
AC_CONFIG_FILES([Makefile src/Makefile doc/man/Makefile share/setup.nsi share/qt/Info.plist src/test/buildenv.py]) |
This comment has been minimized.
This comment has been minimized.
arcalinea
Mar 2, 2017
•
Contributor
Was this duplicated in merge? Think registering src/Makefile
twice is causing build.sh to fail
This comment has been minimized.
This comment has been minimized.
str4d
Mar 2, 2017
Author
Contributor
This should have been a change, not an addition (there was a merge conflict).
This comment has been minimized.
This comment has been minimized.
Build.sh failed locally for me with the same error as it did on the test server,
See comment on configure.ac line 985 -- possible merge conflict when this was pulled in? |
This comment has been minimized.
This comment has been minimized.
@zkbot try |
This comment has been minimized.
This comment has been minimized.
Improve autogenerated manpages Cherry-picked from bitcoin/bitcoin#8608. Closes #2086.
This comment has been minimized.
This comment has been minimized.
|
This comment has been minimized.
This comment has been minimized.
@arcalinea thanks for catching that. I'll rebase to merge your change into the original commit, so the cherry-picked commit matches bitcoin/bitcoin@a32c102 upstream. |
This comment has been minimized.
This comment has been minimized.
Done. @zkbot r+ |
This comment has been minimized.
This comment has been minimized.
|
This comment has been minimized.
This comment has been minimized.
Improve autogenerated manpages Cherry-picked from bitcoin/bitcoin#8608. Closes #2086.
This comment has been minimized.
This comment has been minimized.
|
str4d commentedFeb 23, 2017
Cherry-picked from bitcoin/bitcoin#8608.
Closes #2086.