Closed milahu closed 1 year ago
but
make -C ../git/Documentation -j4 man html
requires aDocumentation/Makefile
which is not in the repo
Right, in particular, the point is to copy the file into a clone of git.git, using the various asciidoc build facilities that it has, and to build the documentation within that repo.
See also PR #477
i want to build the manpage git-filter-repo.1 from the source git-filter-repo.txt
the main Makefile has
but
make -C ../git/Documentation -j4 man html
requires aDocumentation/Makefile
which is not in the repogit-filter-repo.txt is in asciidoc format (file extension should be
.adoc
) so i tried a2x with some document attributesbut the result is different... maybe im missing some document attributes?
source: