diff options
author | Kristaps Dzonsons <kristaps@bsd.lv> | 2009-03-19 16:40:49 +0000 |
---|---|---|
committer | Kristaps Dzonsons <kristaps@bsd.lv> | 2009-03-19 16:40:49 +0000 |
commit | 677b18213e2f3cdbe7bb2c9df54a0e2488c89714 (patch) | |
tree | 4727cd1e0862c2b14bd4097b62b464fc4cdb6a9b /Makefile | |
parent | 4530c10e628e181f5c464d1c4f3257f506b8f0ee (diff) | |
download | mandoc-677b18213e2f3cdbe7bb2c9df54a0e2488c89714.tar.gz |
Some Linux-isms.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -9,7 +9,7 @@ INSTALL_DATA = install -m 0444 INSTALL_LIB = install -m 0644 INSTALL_MAN = $(INSTALL_DATA) -VERSION = 1.6.0 +VERSION = 1.6.1 VDATE = 19 March 2009 VFLAGS = -DVERSION=\"$(VERSION)\" @@ -25,9 +25,9 @@ LIBOBJS = macro.o mdoc.o hash.o strings.o xstd.o argv.o validate.o \ LIBSRCS = macro.c mdoc.c hash.c strings.c xstd.c argv.c validate.c \ action.c lib.c att.c arch.c vol.c msec.c st.c -MAINLNS = main.ln term.ln ascii.ln terminal.ln tree.ln -MAINOBJS = main.o term.o ascii.o terminal.o tree.o -MAINSRCS = main.c term.c ascii.c terminal.c tree.c +MAINLNS = main.ln term.ln ascii.ln terminal.ln tree.ln compat.ln +MAINOBJS = main.o term.o ascii.o terminal.o tree.o compat.o +MAINSRCS = main.c term.c ascii.c terminal.c tree.c compat.c LLNS = llib-llibmdoc.ln llib-lmandoc.ln LNS = $(MAINLNS) $(LIBLNS) |