-
Notifications
You must be signed in to change notification settings - Fork 77
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Rename git-absorb.txt to git-absorb.adoc
GitHub will render the adoc file as a document, which is more readable than the plain text file.
- Loading branch information
1 parent
ca997cb
commit 234450c
Showing
5 changed files
with
7 additions
and
59 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
build-manpage: git-absorb.1 | ||
|
||
git-absorb.1: git-absorb.txt | ||
git-absorb.1: git-absorb.adoc | ||
$(if $(shell which a2x),,$(error "No a2x in PATH; install asciidoc.")) | ||
$(info Building manpage. This may take a few moments...) | ||
a2x -L -d manpage -f manpage git-absorb.txt --attribute man-version=${GA_VERSION} | ||
a2x -L -d manpage -f manpage git-absorb.adoc --attribute man-version=${GA_VERSION} | ||
|
||
clean: | ||
rm -f git-absorb.1 git-absorb.xml |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters