diff options
author | Kristaps Dzonsons <kristaps@bsd.lv> | 2009-02-25 12:37:18 +0000 |
---|---|---|
committer | Kristaps Dzonsons <kristaps@bsd.lv> | 2009-02-25 12:37:18 +0000 |
commit | f1f56204ca1bca8af2b46fac9185ec54ec6d25ba (patch) | |
tree | db3b5ba6d81220e6764661b7f33dfc25d2bc595f | |
parent | 2cafdf2a4b325553b7a37c10f6abc2723984cfcb (diff) | |
download | mandoc-f1f56204ca1bca8af2b46fac9185ec54ec6d25ba.tar.gz |
Version printed on website.
-rw-r--r-- | Makefile | 6 | ||||
-rw-r--r-- | index.sgml | 4 |
2 files changed, 8 insertions, 2 deletions
@@ -1,6 +1,7 @@ .SUFFIXES: .html .sgml -VERSION = 1.3.3 +VERSION = "1.3.5" +VDATE = "25 February 2009" CFLAGS += -W -Wall -Wstrict-prototypes -Wno-unused-parameter -g @@ -268,4 +269,5 @@ mdoclint: $(LINTOBJS) libmdoc.a .sgml.html: validate $< - cp -f $< $@ + sed -e "s!@VERSION@!$(VERSION)!" -e "s!@VDATE@!$(VDATE)!" $< > $@ + @@ -73,6 +73,10 @@ i386, AMD64 and Alpha. </p> + <p> + The most current version is <b>@VERSION@</b>, dated <b>@VDATE@</b>. + </p> + <h2> snapshotted source </h2> |