=================================================================== RCS file: /cvs/mandoc/Makefile,v retrieving revision 1.251 retrieving revision 1.260 diff -u -p -r1.251 -r1.260 --- mandoc/Makefile 2010/03/22 18:30:23 1.251 +++ mandoc/Makefile 2010/04/05 07:24:55 1.260 @@ -1,4 +1,4 @@ -.SUFFIXES: .html .xml .sgml .1 .3 .7 .md5 .tar.gz .1.txt .3.txt .7.txt .1.sgml .3.sgml .7.sgml +.SUFFIXES: .html .xml .sgml .1 .3 .7 .md5 .tar.gz .1.txt .3.txt .7.txt .1.sgml .3.sgml .7.sgml .h .h.html BINDIR = $(PREFIX)/bin INCLUDEDIR = $(PREFIX)/include @@ -10,13 +10,21 @@ INSTALL_DATA = install -m 0444 INSTALL_LIB = install -m 0644 INSTALL_MAN = $(INSTALL_DATA) -VERSION = 1.9.16 -VDATE = 22 March 2010 +VERSION = 1.9.22 +VDATE = 31 March 2010 -VFLAGS = -DVERSION="\"$(VERSION)\"" -DHAVE_CONFIG_H +VFLAGS = -DVERSION="\"$(VERSION)\"" WFLAGS = -W -Wall -Wstrict-prototypes -Wno-unused-parameter -Wwrite-strings -CFLAGS += -g $(VFLAGS) $(WFLAGS) -#CFLAGS += -DOSNAME="\"OpenBSD 4.5\"" +CFLAGS += -g $(WFLAGS) $(VFLAGS) -DHAVE_CONFIG_H + +# Specify this if you want to hard-code the operating system to appear +# in the lower-left hand corner of -mdoc manuals. +# CFLAGS += -DOSNAME="\"OpenBSD 4.5\"" + +# Specify this if you want to accept Xo/Xc macros extending the head of +# block full-implicit macros. +# CFLAGS += -DUGLY + LINTFLAGS += $(VFLAGS) MANDOCFLAGS = -Wall -fstrict @@ -60,7 +68,7 @@ HEADS = mdoc.h libmdoc.h man.h libman.h term.h \ GSGMLS = mandoc.1.sgml mdoc.3.sgml mdoc.7.sgml manuals.7.sgml \ mandoc_char.7.sgml man.7.sgml man.3.sgml SGMLS = index.sgml -HTMLS = ChangeLog.html index.html +HTMLS = ChangeLog.html index.html man.h.html mdoc.h.html XSLS = ChangeLog.xsl GHTMLS = mandoc.1.html mdoc.3.html man.3.html mdoc.7.html \ man.7.html mandoc_char.7.html manuals.7.html @@ -232,6 +240,9 @@ mandoc: $(MAINOBJS) libmdoc.a libman.a .tar.gz.md5: md5 $< > $@ + +.h.h.html: + highlight -I $< >$@ config.h: config.h.pre config.h.post rm -f config.log