diff options
author | Ingo Schwarze <schwarze@openbsd.org> | 2014-08-08 20:34:06 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@openbsd.org> | 2014-08-08 20:34:06 +0000 |
commit | b6dcc28378f0d88b6f5d4732f53e584ebc58ec08 (patch) | |
tree | c9cda8f73130c63ecfe97ee88e042f3d71a67df5 /Makefile | |
parent | 85cf66a4b5256fa201a83220b4577bd851a2da5f (diff) | |
download | mandoc-b6dcc28378f0d88b6f5d4732f53e584ebc58ec08.tar.gz |
add INSTALL and bump VERSION
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -15,7 +15,7 @@ # ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF # OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -VERSION = 1.13.0 +VERSION = 1.13.1 # === USER SETTINGS ==================================================== @@ -189,7 +189,8 @@ SRCS = apropos.c \ vol.c \ $(TESTSRCS) -DISTFILES = LICENSE \ +DISTFILES = INSTALL \ + LICENSE \ Makefile \ Makefile.depend \ NEWS \ |