Skip to content

Commit

Permalink
Commit for creating tag v0.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
jfgiraud committed Feb 24, 2023
1 parent 5882f03 commit c3d4c45
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions bin/rbt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import subprocess
simulate = False

def usage(retval=0):
print('''#BEGIN_DO_NOT_MODIFY:make update-doc
print(re.sub('#(BEGIN|END)_DO_NOT_MODIFY:make update-doc\n', '', '''#BEGIN_DO_NOT_MODIFY:make update-doc
RBT(1) User commands RBT(1)
NAME
Expand Down Expand Up @@ -81,9 +81,9 @@ AUTHOR
Copyright © 2023 Jean-François Giraud. License GPLv3+: GNU GPL version 3 or later http://gnu.org/licenses/gpl.html. This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent
permitted by law.
replace-between-tags 0.0.4 2023-02-24 RBT(1)
replace-between-tags 0.0.5 2023-02-24 RBT(1)
#END_DO_NOT_MODIFY:make update-doc
''' % {'program': os.path.basename(sys.argv[0])})
''' % {'program': os.path.basename(sys.argv[0])}))
sys.exit(retval)


Expand Down
2 changes: 1 addition & 1 deletion doc/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.0.4
0.0.5
4 changes: 2 additions & 2 deletions doc/generated/man/man1/rbt.1
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
.\" Generator: Asciidoctor 2.0.12
.\" Date: 2023-02-24
.\" Manual: User commands
.\" Source: replace-between-tags 0.0.4
.\" Source: replace-between-tags 0.0.5
.\" Language: English
.\"
.TH "RBT" "1" "2023-02-24" "replace\-between\-tags 0.0.4" "User commands"
.TH "RBT" "1" "2023-02-24" "replace\-between\-tags 0.0.5" "User commands"
.ie \n(.g .ds Aq \(aq
.el .ds Aq '
.ss \n[.ss] 0
Expand Down
2 changes: 1 addition & 1 deletion doc/generated/txt/rbt.1.txt
Original file line number Diff line number Diff line change
Expand Up @@ -63,4 +63,4 @@ AUTHOR
Copyright © 2023 Jean-François Giraud. License GPLv3+: GNU GPL version 3 or later http://gnu.org/licenses/gpl.html. This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent
permitted by law.

replace-between-tags 0.0.4 2023-02-24 RBT(1)
replace-between-tags 0.0.5 2023-02-24 RBT(1)

0 comments on commit c3d4c45

Please sign in to comment.