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
507
507
easier for your user, who can skip to the section they know contains the
508
508
information they need.
509
509
510
+ NOTE: Before trying to build the docs, make sure you have the package `asciidoc`
511
+ installed.
512
+
510
513
Now that you've written your manpage, you'll need to build it explicitly. We
511
514
convert your AsciiDoc to troff which is man-readable like so:
512
515
@@ -522,8 +525,6 @@ $ make -C Documentation/ git-psuh.1
522
525
$ man Documentation/git-psuh.1
523
526
----
524
527
525
- NOTE: You may need to install the package `asciidoc` to get this to work.
526
-
527
528
While this isn't as satisfying as running through `git help`, you can at least
528
529
check that your help page looks right.
529
530
You can’t perform that action at this time.
0 commit comments