浏览代码

Update manpage version.

Tim Bielawa 8 年之前
父节点
当前提交
fd0604b90a
共有 2 个文件被更改,包括 4 次插入3 次删除
  1. 2 1
      utils/Makefile
  2. 2 2
      utils/docs/man/man1/atomic-openshift-installer.1

+ 2 - 1
utils/Makefile

@@ -30,7 +30,8 @@ SHORTNAME := ooinstall
 # directory of the target file ($@), kinda like `dirname`.
 ASCII2MAN = a2x -D $(dir $@) -d manpage -f manpage $<
 MANPAGES := docs/man/man1/atomic-openshift-installer.1
-VERSION := 1.3
+# slipped into the manpage template before a2x processing
+VERSION := 1.4
 
 # YAMLFILES: Skipping all '/files/' folders due to conflicting yaml file definitions
 YAMLFILES = $(shell find ../ -name $(VENV) -prune -o -name .tox -prune -o \( -name '*.yml' -o -name '*.yaml' \) ! -path "*/files/*" -print 2>&1)

+ 2 - 2
utils/docs/man/man1/atomic-openshift-installer.1

@@ -4,10 +4,10 @@
 .\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
 .\"      Date: 12/28/2016
 .\"    Manual: atomic-openshift-installer
-.\"    Source: atomic-openshift-utils 1.3
+.\"    Source: atomic-openshift-utils 1.4
 .\"  Language: English
 .\"
-.TH "ATOMIC\-OPENSHIFT\-I" "1" "12/28/2016" "atomic\-openshift\-utils 1\&.3" "atomic\-openshift\-installer"
+.TH "ATOMIC\-OPENSHIFT\-I" "1" "12/28/2016" "atomic\-openshift\-utils 1\&.4" "atomic\-openshift\-installer"
 .\" -----------------------------------------------------------------
 .\" * Define some portability stuff
 .\" -----------------------------------------------------------------