diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2015-01-25 11:31:09 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2015-01-25 11:31:09 +0000 |
commit | 143214c528201770291f50a7026e3564f0baac74 (patch) | |
tree | 6cbe108e5d5343a44dcb5e3628a5d15faa011ee5 /app/iceauth/man | |
parent | 9ba87bc1af2be71362d5cfc512af6657dc0a8070 (diff) |
Update to iceauth 1.0.7
Diffstat (limited to 'app/iceauth/man')
-rw-r--r-- | app/iceauth/man/Makefile.in | 7 | ||||
-rw-r--r-- | app/iceauth/man/iceauth.man | 2 |
2 files changed, 5 insertions, 4 deletions
diff --git a/app/iceauth/man/Makefile.in b/app/iceauth/man/Makefile.in index a9fe74c94..6702bed57 100644 --- a/app/iceauth/man/Makefile.in +++ b/app/iceauth/man/Makefile.in @@ -157,7 +157,6 @@ LIB_MAN_SUFFIX = @LIB_MAN_SUFFIX@ LINT = @LINT@ LINT_FLAGS = @LINT_FLAGS@ LTLIBOBJS = @LTLIBOBJS@ -MAINT = @MAINT@ MAKEINFO = @MAKEINFO@ MAN_SUBSTS = @MAN_SUBSTS@ MISC_MAN_DIR = @MISC_MAN_DIR@ @@ -242,7 +241,7 @@ all: all-am .SUFFIXES: .SUFFIXES: .$(APP_MAN_SUFFIX) .man -$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) +$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ @@ -267,9 +266,9 @@ Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) +$(top_srcdir)/configure: $(am__configure_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh -$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) +$(ACLOCAL_M4): $(am__aclocal_m4_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh $(am__aclocal_m4_deps): install-appmanDATA: $(appman_DATA) diff --git a/app/iceauth/man/iceauth.man b/app/iceauth/man/iceauth.man index c91fc24f1..2621b236d 100644 --- a/app/iceauth/man/iceauth.man +++ b/app/iceauth/man/iceauth.man @@ -51,6 +51,8 @@ on the \fIiceauth\fP command line, or in scripts. .PP \fB\-u\fP Print basic usage instructions .PP +\fB\-V\fP Print version and exit +.PP .SH USAGE .PP When \fIiceauth\fP is run it will allow the following set of commands |