=================================================================== RCS file: /cvs/mandoc/Makefile,v retrieving revision 1.207 retrieving revision 1.209 diff -u -p -r1.207 -r1.209 --- mandoc/Makefile 2009/09/15 08:16:20 1.207 +++ mandoc/Makefile 2009/09/16 22:17:27 1.209 @@ -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,9 @@ 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 @@ -184,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/