mirror of
https://github.com/johnkerl/miller.git
synced 2026-07-18 00:45:47 +00:00
bump package version in prep for release of autoconfig support
This commit is contained in:
parent
80910d0e69
commit
4e4372ae67
4 changed files with 9 additions and 11 deletions
|
|
@ -3,10 +3,4 @@ AUTOMAKE_OPTIONS=foreign
|
|||
|
||||
EXTRA_DIST= LICENSE.txt README.md
|
||||
|
||||
# Temporary for work on https://github.com/johnkerl/miller/issues/9:
|
||||
# In Travis build:
|
||||
# $ a2x -d manpage -f manpage miller.1.txt
|
||||
# a2x: ERROR: "xmllint" --nonet --noout --valid "/path/to/pub_http_internet/miller/doc/miller.1.xml" returned non-zero exit status 4
|
||||
|
||||
# SUBDIRS=c doc
|
||||
SUBDIRS=c
|
||||
SUBDIRS=c doc
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
#ifndef MLRVERS_H
|
||||
#define MLRVERS_H
|
||||
// Manually increment on updates to https://github.com/johnkerl/miller/releases
|
||||
#define MLR_VERSION "v2.2.0"
|
||||
#define MLR_VERSION "v2.2.1"
|
||||
#endif // MLRVERS_H
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
AC_PREREQ([2.60])
|
||||
# Manually increment on updates to https://github.com/johnkerl/miller/releases
|
||||
AC_INIT([mlr],[2.2.0])
|
||||
AC_INIT([mlr],[2.2.1])
|
||||
AC_CONFIG_SRCDIR([c/mlrmain.c])
|
||||
AC_CONFIG_HEADERS([config.h])
|
||||
AC_CONFIG_AUX_DIR([autotools])
|
||||
|
|
|
|||
|
|
@ -1,7 +1,11 @@
|
|||
EXTRA_DIST= miller.1.txt miller.1
|
||||
man1_MANS= miller.1
|
||||
|
||||
MAINTAINERCLEANFILES= miller.1
|
||||
# Temporary for work on https://github.com/johnkerl/miller/issues/9:
|
||||
# In Travis build:
|
||||
# $ a2x -d manpage -f manpage miller.1.txt
|
||||
# a2x: ERROR: "xmllint" --nonet --noout --valid "/path/to/pub_http_internet/miller/doc/miller.1.xml" returned non-zero exit status 4
|
||||
|
||||
MAINTAINERCLEANFILES= miller.1
|
||||
miller.1: miller.1.txt
|
||||
a2x -d manpage -f manpage miller.1.txt
|
||||
cp miller.1.premade miller.1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue