File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -507,6 +507,9 @@ documentation is consistent with other Git and UNIX manpages; this makes life
507507easier for your user, who can skip to the section they know contains the
508508information they need.
509509
510+ NOTE: Before trying to build the docs, make sure you have the package `asciidoc`
511+ installed.
512+
510513Now that you've written your manpage, you'll need to build it explicitly. We
511514convert your AsciiDoc to troff which is man-readable like so:
512515
@@ -522,8 +525,6 @@ $ make -C Documentation/ git-psuh.1
522525$ man Documentation/git-psuh.1
523526----
524527
525- NOTE: You may need to install the package `asciidoc` to get this to work.
526-
527528While this isn't as satisfying as running through `git help`, you can at least
528529check that your help page looks right.
529530
You can’t perform that action at this time.
0 commit comments