=================================================================== RCS file: /cvs/mandoc/Makefile,v retrieving revision 1.205 retrieving revision 1.209 diff -u -p -r1.205 -r1.209 --- mandoc/Makefile 2009/08/21 13:18:32 1.205 +++ mandoc/Makefile 2009/09/16 22:17:27 1.209 @@ -9,8 +9,8 @@ INSTALL_DATA = install -m 0444 INSTALL_LIB = install -m 0644 INSTALL_MAN = $(INSTALL_DATA) -VERSION = 1.9.1 -VDATE = 21 August 2009 +VERSION = 1.9.2 +VDATE = 05 September 2009 VFLAGS = -DVERSION=\"$(VERSION)\" CFLAGS += -W -Wall -Wstrict-prototypes -Wno-unused-parameter -g @@ -36,11 +36,11 @@ MANSRCS = man_macro.c man.c man_hash.c man_validate man_action.c mandoc.c man_argv.c MAINLNS = main.ln mdoc_term.ln ascii.ln term.ln tree.ln \ - compat.ln man_term.ln + compat.ln man_term.ln html.ln MAINOBJS = main.o mdoc_term.o ascii.o term.o tree.o compat.o \ - man_term.o + man_term.o html.o MAINSRCS = main.c mdoc_term.c ascii.c term.c tree.c compat.c \ - man_term.c + man_term.c html.c LLNS = llib-llibmdoc.ln llib-llibman.ln llib-lmandoc.ln LNS = $(MAINLNS) $(MDOCLNS) $(MANLNS) @@ -156,6 +156,12 @@ compat.o: compat.c term.ln: term.c term.h man.h mdoc.h term.o: term.c term.h man.h mdoc.h +html.ln: html.c man.h mdoc.h +html.o: html.c man.h mdoc.h + +tree.ln: tree.c man.h mdoc.h +tree.o: tree.c man.h mdoc.h + mdoc_argv.ln: mdoc_argv.c libmdoc.h mdoc_argv.o: mdoc_argv.c libmdoc.h @@ -181,7 +187,7 @@ ChangeLog.html: ChangeLog.xml ChangeLog.xsl mdocml-$(VERSION).tar.gz: $(INSTALL) mkdir -p .dist/mdocml/mdocml-$(VERSION)/ - install -m 0644 $(INSTALL) .dist/mdocml/mdocml-$(VERSION)/ + cp -f $(INSTALL) .dist/mdocml/mdocml-$(VERSION)/ ( cd .dist/mdocml/ && tar zcf ../../$@ mdocml-$(VERSION)/ ) rm -rf .dist/