From cac841801005409782e029ad4bf3755f16d6a24f Mon Sep 17 00:00:00 2001 From: Kristaps Dzonsons Date: Sun, 24 Jul 2011 19:03:40 +0000 Subject: We're officially no longer UNIX-specific; make this clear. --- Makefile | 5 +++-- index.sgml | 39 ++++++++++++++++++++++++++++++--------- 2 files changed, 33 insertions(+), 11 deletions(-) diff --git a/Makefile b/Makefile index 93959a6d..47cacdf0 100644 --- a/Makefile +++ b/Makefile @@ -330,7 +330,7 @@ clean: rm -f mandoc $(MANDOC_OBJS) rm -f llib-lmandoc.ln $(MANDOC_LNS) rm -f config.h config.log $(COMPAT_OBJS) $(COMPAT_LNS) - rm -f mdocml.tar.gz mdocml.zip + rm -f mdocml.tar.gz mdocml-win32.zip rm -f index.html $(INDEX_OBJS) install: all @@ -352,6 +352,7 @@ install: all installwww: www mkdir -p $(PREFIX)/snapshots + mkdir -p $(PREFIX)/binaries $(INSTALL_DATA) index.html external.png index.css $(PREFIX) $(INSTALL_DATA) $(INDEX_MANS) style.css $(PREFIX) $(INSTALL_DATA) mandoc.h.html man.h.html mdoc.h.html $(PREFIX) @@ -393,7 +394,7 @@ mdocml.tar.gz: $(SRCS) ( cd .dist/ && tar zcf ../$@ ./ ) rm -rf .dist/ -mdocml.zip: $(SRCS) +mdocml-win32.zip: $(SRCS) mkdir -p .win32/mdocml-$(VERSION)/ $(INSTALL_SOURCE) $(SRCS) .win32 cp .win32/Makefile .win32/Makefile.old diff --git a/index.sgml b/index.sgml index 0fc114ae..fd3ddf46 100644 --- a/index.sgml +++ b/index.sgml @@ -39,16 +39,21 @@ Sources

- mdocml is in plain-old ANSI C and should build and run on any UNIX system, although mdocml is in plain-old ANSI C and should build and run on any modern system (mandocdb requires Berkeley Database (this is - installed by default on all BSD operating systems). + HREF="http://www.oracle.com/technetwork/database/berkeleydb/overview/index.html">Berkeley Database, installed by + default on all BSD UNIX operating systems). +

+

To compile mdocml, run make, then make install to install into - /usr/local. - Be aware: if you have an existing groff installation, - this may overwrite its preconv binary. - The mandocdb utility is not yet linked to the build. You must run make - mandocdb to build it (it does not install). + /usr/local. Be aware: if you have an existing groff installation, this may overwrite its preconv binary. The mandocdb utility is not yet linked to the build: you must run make mandocdb to + build it (it does not install). +

+

+ Distributed Win32 binaries are compiled using mingw32. They are + distributed in a ZIP archive consisting of binaries, manuals, and other installable media.

The most current version of mdocml is @VERSION@, dated cvsweb + + Win32 binary archive + + /binaries/mdocml-win32.zip + +

@@ -126,6 +137,12 @@ /snapshots/ + + Binary archive + + /binaries/ + +

@@ -320,6 +337,10 @@ the language specified in the Second Edition User's Guide.

+

+ This is also the first release featuring a distributed Windows binary, available at /binaries/mdocml-win32.zip. +

12-07-2011: version 1.11.4

@@ -366,7 +387,7 @@ Copyright © 2008–2011 Kristaps Dzonsons, - $Date: 2011/07/24 10:09:03 $ + $Date: 2011/07/24 19:03:40 $

-- cgit v1.2.3-56-ge451