=================================================================== RCS file: /cvs/mandoc/Makefile,v retrieving revision 1.315 retrieving revision 1.317 diff -u -p -r1.315 -r1.317 --- mandoc/Makefile 2011/03/20 11:41:24 1.315 +++ mandoc/Makefile 2011/03/22 10:02:50 1.317 @@ -94,35 +94,35 @@ DATAS = arch.in att.in lib.in msec.in st.in \ vol.in chars.in HEADS = mdoc.h libmdoc.h man.h libman.h term.h \ - libmandoc.h html.h chars.h out.h main.h roff.h \ + libmandoc.h html.h chars.h out.h main.h \ mandoc.h libroff.h -GSGMLS = mandoc.1.sgml mdoc.3.sgml mdoc.7.sgml \ - mandoc_char.7.sgml man.7.sgml man.3.sgml roff.7.sgml \ - roff.3.sgml tbl.7.sgml eqn.7.sgml +GSGMLS = mandoc.1.sgml mdoc.7.sgml \ + mandoc_char.7.sgml man.7.sgml mandoc.3.sgml roff.7.sgml \ + tbl.7.sgml eqn.7.sgml SGMLS = index.sgml -XHTMLS = mandoc.1.xhtml mdoc.3.xhtml \ - man.3.xhtml mdoc.7.xhtml man.7.xhtml mandoc_char.7.xhtml \ - roff.7.xhtml roff.3.xhtml tbl.7.xhtml eqn.7.xhtml +XHTMLS = mandoc.1.xhtml \ + mandoc.3.xhtml mdoc.7.xhtml man.7.xhtml mandoc_char.7.xhtml \ + roff.7.xhtml tbl.7.xhtml eqn.7.xhtml HTMLS = ChangeLog.html index.html man.h.html mdoc.h.html \ - mandoc.h.html roff.h.html mandoc.1.html mdoc.3.html \ - man.3.html mdoc.7.html man.7.html mandoc_char.7.html \ - roff.7.html roff.3.html tbl.7.html eqn.7.html + mandoc.h.html mandoc.1.html \ + mandoc.3.html mdoc.7.html man.7.html mandoc_char.7.html \ + roff.7.html tbl.7.html eqn.7.html -PSS = mandoc.1.ps mdoc.3.ps man.3.ps mdoc.7.ps man.7.ps \ - mandoc_char.7.ps roff.7.ps roff.3.ps tbl.7.ps eqn.7.ps +PSS = mandoc.1.ps mandoc.3.ps mdoc.7.ps man.7.ps \ + mandoc_char.7.ps roff.7.ps tbl.7.ps eqn.7.ps -PDFS = mandoc.1.pdf mdoc.3.pdf man.3.pdf mdoc.7.pdf man.7.pdf \ - mandoc_char.7.pdf roff.7.pdf roff.3.pdf tbl.7.pdf eqn.7.pdf +PDFS = mandoc.1.pdf mandoc.3.pdf mdoc.7.pdf man.7.pdf \ + mandoc_char.7.pdf roff.7.pdf tbl.7.pdf eqn.7.pdf XSLS = ChangeLog.xsl -TEXTS = mandoc.1.txt mdoc.3.txt man.3.txt mdoc.7.txt man.7.txt \ +TEXTS = mandoc.1.txt mandoc.3.txt mdoc.7.txt man.7.txt \ mandoc_char.7.txt ChangeLog.txt \ - roff.7.txt roff.3.txt tbl.7.txt eqn.7.txt + roff.7.txt tbl.7.txt eqn.7.txt EXAMPLES = example.style.css @@ -134,8 +134,8 @@ MD5S = mdocml-$(VERSION).md5 TARGZS = mdocml-$(VERSION).tar.gz -MANS = mandoc.1 mdoc.3 mdoc.7 mandoc_char.7 man.7 \ - man.3 roff.7 roff.3 tbl.7 eqn.7 +MANS = mandoc.1 mdoc.7 mandoc_char.7 man.7 \ + mandoc.3 roff.7 tbl.7 eqn.7 BINS = mandoc @@ -225,7 +225,7 @@ mdoc.ln mdoc.o: mdoc.c libmdoc.h man.ln man.o: man.c libman.h -main.ln main.o: main.c mdoc.h man.h roff.h +main.ln main.o: main.c mdoc.h man.h compat.ln compat.o: compat.c