]> git.cameronkatri.com Git - mandoc.git/blobdiff - Makefile
Version: 1.9.13.
[mandoc.git] / Makefile
index 1a5a49fff22692b5b57f769e1552fb4834176f71..b60250ff89df53480f3b02f31ce703f0eaf04879 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -9,8 +9,8 @@ INSTALL_DATA    = install -m 0444
 INSTALL_LIB    = install -m 0644
 INSTALL_MAN    = $(INSTALL_DATA)
 
-VERSION           = 1.9.11
-VDATE     = 26 October 2009
+VERSION           = 1.9.13
+VDATE     = 02 November 2009
 
 VFLAGS     = -DVERSION="\"$(VERSION)\""
 CFLAGS    += -W -Wall -Wstrict-prototypes -Wno-unused-parameter -Wwrite-strings -g
@@ -58,11 +58,11 @@ HEADS          = mdoc.h libmdoc.h man.h libman.h term.h \
             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
@@ -74,7 +74,8 @@ MANS     = mandoc.1 mdoc.3 mdoc.7 manuals.7 mandoc_char.7 \
             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)
 
@@ -89,14 +90,16 @@ cleanlint:
        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