diff options
-rw-r--r-- | Makefile | 10 | ||||
-rw-r--r-- | index.sgml | 10 |
2 files changed, 11 insertions, 9 deletions
@@ -9,8 +9,8 @@ INSTALL_DATA = install -m 0444 INSTALL_LIB = install -m 0644 INSTALL_MAN = $(INSTALL_DATA) -VERSION = 1.7.2 -VDATE = 23 March 2009 +VERSION = 1.7.3 +VDATE = 24 March 2009 VFLAGS = -DVERSION=\"$(VERSION)\" CFLAGS += -W -Wall -Wstrict-prototypes -Wno-unused-parameter -g @@ -50,8 +50,10 @@ TARGZS = mdocml-$(VERSION).tar.gz \ MANS = mandoc.1 mdoc.3 mdoc.7 manuals.7 BINS = mandoc CLEAN = $(BINS) $(LNS) $(LLNS) $(LIBS) $(OBJS) $(HTMLS) $(TARGZS) -INSTALL = $(SRCS) $(HEADS) Makefile DESCR $(MANS) $(SGMLS) \ - $(STATICS) Makefile.netbsd Makefile.openbsd $(DATAS) +MAKEFILES = Makefile.netbsd Makefile.openbsd Makefile.freebsd \ + Makefile +INSTALL = $(SRCS) $(HEADS) $(MAKEFILES) DESCR $(MANS) $(SGMLS) \ + $(STATICS) $(DATAS) all: $(BINS) @@ -138,12 +138,11 @@ </h3> <p class="boxed"> - # pkg_delete mdocml<br> - # cd /usr/ports/textproc/<br> - # rm -rf mdocml<br> + # pkg_delete -x mdocml<br> + # cd /tmp<br> # ftp -V -o- http://mdocml.bsd.lv/ports-freebsd/mdocml.tar.gz | tar -zvxf -<br> # cd mdocml<br> - # make build<br> + # make<br> # make install </p> </td> @@ -159,7 +158,8 @@ href="http://mailhide.recaptcha.net/d?k=01jt88xIsFONwVjHZmGpc4AQ==&c=sb5E6ulipc-eTnpTVqI-BQ==" onclick="window.open('http://mailhide.recaptcha.net/d?k=01jt88xIsFONwVjHZmGpc4AQ==&c=sb5E6ulipc-eTnpTVqI-BQ==', '', 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=500,height=300'); return - false;" title="Reveal this e-mail address">...</a>@kth.se, with questions, bug reports, patches, and so on. + false;" title="Reveal this e-mail address">...</a>@kth.se, with questions, bug reports, patches, and so + on. </p> <p> |