INSTALL_LIB = install -m 0644
INSTALL_MAN = $(INSTALL_DATA)
-VERSION = 1.9.11
-VDATE = 26 October 2009
+VERSION = 1.9.12
+VDATE = 31 October 2009
VFLAGS = -DVERSION="\"$(VERSION)\""
CFLAGS += -W -Wall -Wstrict-prototypes -Wno-unused-parameter -Wwrite-strings -g
libmandoc.h html.h chars.h out.h main.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 $(GSGMLS)
+SGMLS = index.sgml
+HTMLS = ChangeLog.html index.html
XSLS = ChangeLog.xsl
-HTMLS = index.html mandoc.1.html mdoc.3.html ChangeLog.html \
- man.3.html mdoc.7.html man.7.html mandoc_char.7.html \
- manuals.7.html
+GHTMLS = mandoc.1.html mdoc.3.html man.3.html mdoc.7.html \
+ man.7.html mandoc_char.7.html manuals.7.html
TEXTS = mandoc.1.txt mdoc.3.txt man.3.txt mdoc.7.txt man.7.txt \
mandoc_char.7.txt manuals.7.txt ChangeLog.txt
EXAMPLES = example.style.css
man.7 man.3
BINS = mandoc
CLEAN = $(BINS) $(LNS) $(LLNS) $(LIBS) $(OBJS) $(HTMLS) \
- $(TARGZS) tags $(MD5S) $(XMLS) $(TEXTS) $(GSGMLS)
+ $(TARGZS) tags $(MD5S) $(XMLS) $(TEXTS) $(GSGMLS) \
+ $(GHTMLS)
INSTALL = $(SRCS) $(HEADS) Makefile $(MANS) $(SGMLS) $(STATICS) \
$(DATAS) $(XSLS) $(EXAMPLES)
rm -f $(LNS) $(LLNS)
cleanhtml:
- rm -f $(HTML) $(GSGMLS)
+ rm -f $(HTMLS) $(GSGMLS) $(GHTMLS)
dist: mdocml-$(VERSION).tar.gz
-www: all $(HTMLS) $(TEXTS) $(MD5S) $(TARGZS)
+www: all $(GSGMLS) $(GHTMLS) $(HTMLS) $(TEXTS) $(MD5S) $(TARGZS)
+
+htmls: all $(GSGMLS) $(GHTMLS)
installwww: www
- install -m 0444 $(HTMLS) $(TEXTS) $(STATICS) $(PREFIX)/
+ install -m 0444 $(GHTMLS) $(HTMLS) $(TEXTS) $(STATICS) $(PREFIX)/
install -m 0444 mdocml-$(VERSION).tar.gz $(PREFIX)/snapshots/
install -m 0444 mdocml-$(VERSION).md5 $(PREFIX)/snapshots/
install -m 0444 mdocml-$(VERSION).tar.gz $(PREFIX)/snapshots/mdocml.tar.gz