version 1.95, 2009/02/28 13:49:11 |
version 1.486, 2016/07/10 10:05:33 |
|
|
.SUFFIXES: .html .sgml |
# $Id$ |
|
# |
|
# Copyright (c) 2010, 2011, 2012 Kristaps Dzonsons <kristaps@bsd.lv> |
|
# Copyright (c) 2011, 2013-2016 Ingo Schwarze <schwarze@openbsd.org> |
|
# |
|
# Permission to use, copy, modify, and distribute this software for any |
|
# purpose with or without fee is hereby granted, provided that the above |
|
# copyright notice and this permission notice appear in all copies. |
|
# |
|
# THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES |
|
# WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF |
|
# MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR |
|
# ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES |
|
# WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN |
|
# ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF |
|
# OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. |
|
|
VERSION = 1.3.10 |
VERSION = 1.13.4 |
VDATE = 28 February 2009 |
|
|
|
CFLAGS += -W -Wall -Wstrict-prototypes -Wno-unused-parameter -g |
# === LIST OF FILES ==================================================== |
|
|
LIBLNS = macro.ln mdoc.ln hash.ln strings.ln xstd.ln argv.ln \ |
TESTSRCS = test-dirent-namlen.c \ |
validate.ln action.ln |
test-err.c \ |
|
test-fts.c \ |
|
test-getline.c \ |
|
test-getsubopt.c \ |
|
test-isblank.c \ |
|
test-mkdtemp.c \ |
|
test-mmap.c \ |
|
test-ohash.c \ |
|
test-pledge.c \ |
|
test-progname.c \ |
|
test-reallocarray.c \ |
|
test-rewb-bsd.c \ |
|
test-rewb-sysv.c \ |
|
test-sqlite3.c \ |
|
test-sqlite3_errstr.c \ |
|
test-strcasestr.c \ |
|
test-stringlist.c \ |
|
test-strlcat.c \ |
|
test-strlcpy.c \ |
|
test-strptime.c \ |
|
test-strsep.c \ |
|
test-strtonum.c \ |
|
test-vasprintf.c \ |
|
test-wchar.c |
|
|
TREELNS = mdoctree.ln mmain.ln |
SRCS = att.c \ |
|
cgi.c \ |
|
chars.c \ |
|
compat_err.c \ |
|
compat_fts.c \ |
|
compat_getline.c \ |
|
compat_getsubopt.c \ |
|
compat_isblank.c \ |
|
compat_mkdtemp.c \ |
|
compat_ohash.c \ |
|
compat_progname.c \ |
|
compat_reallocarray.c \ |
|
compat_sqlite3_errstr.c \ |
|
compat_strcasestr.c \ |
|
compat_stringlist.c \ |
|
compat_strlcat.c \ |
|
compat_strlcpy.c \ |
|
compat_strsep.c \ |
|
compat_strtonum.c \ |
|
compat_vasprintf.c \ |
|
demandoc.c \ |
|
eqn.c \ |
|
eqn_html.c \ |
|
eqn_term.c \ |
|
html.c \ |
|
lib.c \ |
|
main.c \ |
|
man.c \ |
|
man_hash.c \ |
|
man_html.c \ |
|
man_macro.c \ |
|
man_term.c \ |
|
man_validate.c \ |
|
mandoc.c \ |
|
mandoc_aux.c \ |
|
mandoc_ohash.c \ |
|
mandocdb.c \ |
|
manpage.c \ |
|
manpath.c \ |
|
mansearch.c \ |
|
mansearch_const.c \ |
|
mdoc.c \ |
|
mdoc_argv.c \ |
|
mdoc_hash.c \ |
|
mdoc_html.c \ |
|
mdoc_macro.c \ |
|
mdoc_man.c \ |
|
mdoc_state.c \ |
|
mdoc_term.c \ |
|
mdoc_validate.c \ |
|
msec.c \ |
|
out.c \ |
|
preconv.c \ |
|
read.c \ |
|
roff.c \ |
|
soelim.c \ |
|
st.c \ |
|
tag.c \ |
|
tbl.c \ |
|
tbl_data.c \ |
|
tbl_html.c \ |
|
tbl_layout.c \ |
|
tbl_opts.c \ |
|
tbl_term.c \ |
|
term.c \ |
|
term_ascii.c \ |
|
term_ps.c \ |
|
tree.c |
|
|
TERMLNS = mdoctree.ln mmain.ln term.ln |
DISTFILES = INSTALL \ |
|
LICENSE \ |
|
Makefile \ |
|
Makefile.depend \ |
|
NEWS \ |
|
TODO \ |
|
apropos.1 \ |
|
cgi.h.example \ |
|
compat_fts.h \ |
|
compat_ohash.h \ |
|
compat_stringlist.h \ |
|
configure \ |
|
configure.local.example \ |
|
demandoc.1 \ |
|
eqn.7 \ |
|
gmdiff \ |
|
html.h \ |
|
lib.in \ |
|
libman.h \ |
|
libmandoc.h \ |
|
libmdoc.h \ |
|
libroff.h \ |
|
main.h \ |
|
makewhatis.8 \ |
|
man.1 \ |
|
man.7 \ |
|
man.cgi.3 \ |
|
man.cgi.8 \ |
|
man.conf.5 \ |
|
man.h \ |
|
manconf.h \ |
|
mandoc.1 \ |
|
mandoc.3 \ |
|
mandoc.css \ |
|
mandoc.db.5 \ |
|
mandoc.h \ |
|
mandoc_aux.h \ |
|
mandoc_char.7 \ |
|
mandoc_escape.3 \ |
|
mandoc_headers.3 \ |
|
mandoc_html.3 \ |
|
mandoc_malloc.3 \ |
|
mandoc_ohash.h \ |
|
mansearch.3 \ |
|
mansearch.h \ |
|
mchars_alloc.3 \ |
|
mdoc.7 \ |
|
mdoc.h \ |
|
msec.in \ |
|
out.h \ |
|
predefs.in \ |
|
roff.7 \ |
|
roff.h \ |
|
roff_int.h \ |
|
soelim.1 \ |
|
st.in \ |
|
tag.h \ |
|
tbl.3 \ |
|
tbl.7 \ |
|
term.h \ |
|
$(SRCS) \ |
|
$(TESTSRCS) |
|
|
LINTLNS = mdoclint.ln mmain.ln |
LIBMAN_OBJS = man.o \ |
|
man_hash.o \ |
|
man_macro.o \ |
|
man_validate.o |
|
|
LNS = $(LIBLNS) $(TREELNS) $(TERMLNS) |
LIBMDOC_OBJS = att.o \ |
|
lib.o \ |
|
mdoc.o \ |
|
mdoc_argv.o \ |
|
mdoc_hash.o \ |
|
mdoc_macro.o \ |
|
mdoc_state.o \ |
|
mdoc_validate.o \ |
|
st.o |
|
|
LLNS = llib-llibmdoc.ln llib-lmdoctree.ln llib-lmdocterm.ln |
LIBROFF_OBJS = eqn.o \ |
|
roff.o \ |
|
tbl.o \ |
|
tbl_data.o \ |
|
tbl_layout.o \ |
|
tbl_opts.o |
|
|
LIBS = libmdoc.a |
LIBMANDOC_OBJS = $(LIBMAN_OBJS) \ |
|
$(LIBMDOC_OBJS) \ |
|
$(LIBROFF_OBJS) \ |
|
chars.o \ |
|
mandoc.o \ |
|
mandoc_aux.o \ |
|
mandoc_ohash.o \ |
|
msec.o \ |
|
preconv.o \ |
|
read.o |
|
|
LIBOBJS = macro.o mdoc.o hash.o strings.o xstd.o argv.o \ |
COMPAT_OBJS = compat_err.o \ |
validate.o action.o |
compat_fts.o \ |
|
compat_getline.o \ |
|
compat_getsubopt.o \ |
|
compat_isblank.o \ |
|
compat_mkdtemp.o \ |
|
compat_ohash.o \ |
|
compat_progname.o \ |
|
compat_reallocarray.o \ |
|
compat_sqlite3_errstr.o \ |
|
compat_strcasestr.o \ |
|
compat_strlcat.o \ |
|
compat_strlcpy.o \ |
|
compat_strsep.o \ |
|
compat_strtonum.o \ |
|
compat_vasprintf.o |
|
|
TERMOBJS= mdocterm.o mmain.o term.o |
MANDOC_HTML_OBJS = eqn_html.o \ |
|
html.o \ |
|
man_html.o \ |
|
mdoc_html.o \ |
|
tbl_html.o |
|
|
TREEOBJS= mdoctree.o mmain.o |
MANDOC_MAN_OBJS = mdoc_man.o |
|
|
LINTOBJS= mdoclint.o mmain.o |
MANDOC_TERM_OBJS = eqn_term.o \ |
|
man_term.o \ |
|
mdoc_term.o \ |
|
term.o \ |
|
term_ascii.o \ |
|
term_ps.o \ |
|
tbl_term.o |
|
|
OBJS = $(LIBOBJS) $(TERMOBJS) $(TREEOBJS) |
BASE_OBJS = $(MANDOC_HTML_OBJS) \ |
|
$(MANDOC_MAN_OBJS) \ |
|
$(MANDOC_TERM_OBJS) \ |
|
main.o \ |
|
manpath.o \ |
|
out.o \ |
|
tag.o \ |
|
tree.o |
|
|
SRCS = macro.c mdoc.c hash.c strings.c xstd.c argv.c validate.c \ |
MAIN_OBJS = $(BASE_OBJS) |
action.c term.c mdoctree.c mdocterm.c mmain.c mdoclint.c |
|
|
|
HEADS = mdoc.h private.h term.h mmain.h |
DB_OBJS = mandocdb.o \ |
|
mansearch.o \ |
|
mansearch_const.o |
|
|
SGMLS = index.sgml |
CGI_OBJS = $(MANDOC_HTML_OBJS) \ |
|
cgi.o \ |
|
mansearch.o \ |
|
mansearch_const.o \ |
|
out.o |
|
|
HTMLS = index.html |
MANPAGE_OBJS = manpage.o mansearch.o mansearch_const.o manpath.o |
|
|
STATICS = style.css external.png |
DEMANDOC_OBJS = demandoc.o |
|
|
TARGZS = mdocml-$(VERSION).tar.gz mdocml-oport-$(VERSION).tar.gz \ |
SOELIM_OBJS = soelim.o \ |
mdocml-nport-$(VERSION).tar.gz |
compat_err.o \ |
|
compat_getline.o \ |
|
compat_progname.o \ |
|
compat_reallocarray.o \ |
|
compat_stringlist.o |
|
|
MANS = mdoctree.1 mdocterm.1 mdoclint.1 mdoc.3 |
WWW_MANS = apropos.1.html \ |
|
demandoc.1.html \ |
|
man.1.html \ |
|
mandoc.1.html \ |
|
soelim.1.html \ |
|
mandoc.3.html \ |
|
mandoc_escape.3.html \ |
|
mandoc_headers.3.html \ |
|
mandoc_html.3.html \ |
|
mandoc_malloc.3.html \ |
|
mansearch.3.html \ |
|
mchars_alloc.3.html \ |
|
tbl.3.html \ |
|
man.conf.5.html \ |
|
mandoc.db.5.html \ |
|
eqn.7.html \ |
|
man.7.html \ |
|
mandoc_char.7.html \ |
|
mdoc.7.html \ |
|
roff.7.html \ |
|
tbl.7.html \ |
|
makewhatis.8.html \ |
|
man.cgi.3.html \ |
|
man.cgi.8.html \ |
|
man.h.html \ |
|
manconf.h.html \ |
|
mandoc.h.html \ |
|
mandoc_aux.h.html \ |
|
mansearch.h.html \ |
|
mdoc.h.html \ |
|
roff.h.html |
|
|
BINS = mdocterm mdoctree mdoclint |
WWW_OBJS = mdocml.tar.gz \ |
|
mdocml.sha256 |
|
|
CLEAN = $(BINS) $(LNS) $(LLNS) $(LIBS) $(OBJS) $(HTMLS) \ |
# === USER CONFIGURATION =============================================== |
$(TARGZS) |
|
|
|
INSTALL = $(SRCS) $(HEADS) Makefile DESCR $(MANS) $(SGMLS) \ |
include Makefile.local |
$(STATICS) Makefile.netbsd Makefile.openbsd |
|
|
|
FAIL = regress/test.empty \ |
# === DEPENDENCY HANDLING ============================================== |
regress/test.prologue.00 \ |
|
regress/test.prologue.01 \ |
|
regress/test.prologue.02 \ |
|
regress/test.prologue.03 \ |
|
regress/test.prologue.04 \ |
|
regress/test.prologue.06 \ |
|
regress/test.prologue.13 \ |
|
regress/test.prologue.15 \ |
|
regress/test.prologue.16 \ |
|
regress/test.prologue.18 \ |
|
regress/test.prologue.19 \ |
|
regress/test.prologue.21 \ |
|
regress/test.prologue.22 \ |
|
regress/test.prologue.23 \ |
|
regress/test.prologue.24 \ |
|
regress/test.prologue.25 \ |
|
regress/test.prologue.26 \ |
|
regress/test.prologue.27 \ |
|
regress/test.prologue.28 \ |
|
regress/test.prologue.29 \ |
|
regress/test.prologue.30 \ |
|
regress/test.prologue.31 \ |
|
regress/test.prologue.32 \ |
|
regress/test.prologue.33 \ |
|
regress/test.sh.03 \ |
|
regress/test.escape.01 \ |
|
regress/test.escape.02 \ |
|
regress/test.escape.03 \ |
|
regress/test.escape.04 \ |
|
regress/test.escape.06 \ |
|
regress/test.escape.07 \ |
|
regress/test.escape.08 \ |
|
regress/test.escape.09 \ |
|
regress/test.escape.11 \ |
|
regress/test.escape.12 |
|
|
|
SUCCEED = regress/test.prologue.05 \ |
all: base-build $(BUILD_TARGETS) Makefile.local |
regress/test.prologue.07 \ |
|
regress/test.prologue.08 \ |
|
regress/test.prologue.09 \ |
|
regress/test.prologue.10 \ |
|
regress/test.prologue.11 \ |
|
regress/test.prologue.12 \ |
|
regress/test.prologue.14 \ |
|
regress/test.prologue.17 \ |
|
regress/test.prologue.20 \ |
|
regress/test.sh.00 \ |
|
regress/test.name.00 \ |
|
regress/test.name.01 \ |
|
regress/test.name.02 \ |
|
regress/test.name.03 \ |
|
regress/test.list.00 \ |
|
regress/test.list.01 \ |
|
regress/test.list.02 \ |
|
regress/test.list.03 \ |
|
regress/test.list.04 \ |
|
regress/test.list.05 \ |
|
regress/test.list.06 \ |
|
regress/test.list.07 \ |
|
regress/test.sh.01 \ |
|
regress/test.sh.02 \ |
|
regress/test.escape.00 \ |
|
regress/test.escape.05 \ |
|
regress/test.escape.10 |
|
|
|
REGRESS = $(FAIL) $(SUCCEED) |
base-build: mandoc demandoc soelim |
|
|
all: $(BINS) |
cgi-build: man.cgi |
|
|
lint: $(LLNS) |
install: base-install $(INSTALL_TARGETS) |
|
|
clean: |
www: $(WWW_OBJS) $(WWW_MANS) |
rm -f $(CLEAN) |
|
|
|
cleanlint: |
$(WWW_MANS): mandoc |
rm -f $(LNS) $(LLNS) |
|
|
|
dist: mdocml-$(VERSION).tar.gz |
.PHONY: base-install cgi-install db-install install www-install |
|
.PHONY: clean distclean depend |
|
|
port: mdocml-oport-$(VERSION).tar.gz mdocml-nport-$(VERSION).tar.gz |
include Makefile.depend |
|
|
www: $(HTMLS) $(TARGZS) |
# === TARGETS CONTAINING SHELL COMMANDS ================================ |
|
|
installwww: www |
distclean: clean |
install -m 0444 $(HTMLS) $(STATICS) $(PREFIX)/ |
rm -f Makefile.local config.h config.h.old config.log config.log.old |
install -m 0444 mdocml-$(VERSION).tar.gz $(PREFIX)/snapshots/ |
|
install -m 0444 mdocml-$(VERSION).tar.gz $(PREFIX)/snapshots/mdocml.tar.gz |
|
install -m 0444 mdocml-oport-$(VERSION).tar.gz $(PREFIX)/ports-openbsd/ |
|
install -m 0444 mdocml-oport-$(VERSION).tar.gz $(PREFIX)/ports-openbsd/mdocml.tar.gz |
|
install -m 0444 mdocml-nport-$(VERSION).tar.gz $(PREFIX)/ports-netbsd/ |
|
install -m 0444 mdocml-nport-$(VERSION).tar.gz $(PREFIX)/ports-netbsd/mdocml.tar.gz |
|
|
|
regress: mdoclint |
clean: |
@for f in $(FAIL); do \ |
rm -f libmandoc.a $(LIBMANDOC_OBJS) $(COMPAT_OBJS) |
echo "./mdoclint $$f" ; \ |
rm -f mandoc $(BASE_OBJS) $(DB_OBJS) |
./mdoclint $$f 2>/dev/null || continue ; exit 1 ; done |
rm -f man.cgi $(CGI_OBJS) |
@for f in $(SUCCEED); do \ |
rm -f manpage $(MANPAGE_OBJS) |
echo "./mdoclint $$f" ; \ |
rm -f demandoc $(DEMANDOC_OBJS) |
./mdoclint $$f 2>/dev/null || exit 1 ; done |
rm -f soelim $(SOELIM_OBJS) |
|
rm -f $(WWW_MANS) $(WWW_OBJS) |
|
rm -rf *.dSYM |
|
|
install: |
base-install: base-build |
mkdir -p $(PREFIX)/bin/ |
mkdir -p $(DESTDIR)$(BINDIR) |
mkdir -p $(PREFIX)/include/mdoc/ |
mkdir -p $(DESTDIR)$(LIBDIR) |
mkdir -p $(PREFIX)/lib/ |
mkdir -p $(DESTDIR)$(INCLUDEDIR) |
mkdir -p $(PREFIX)/man/man1/ |
mkdir -p $(DESTDIR)$(MANDIR)/man1 |
install -m 0755 mdocterm $(PREFIX)/bin/ |
mkdir -p $(DESTDIR)$(MANDIR)/man3 |
install -m 0755 mdoctree $(PREFIX)/bin/ |
mkdir -p $(DESTDIR)$(MANDIR)/man5 |
install -m 0755 mdoclint $(PREFIX)/bin/ |
mkdir -p $(DESTDIR)$(MANDIR)/man7 |
install -m 0444 mdocterm.1 $(PREFIX)/man/man1/ |
$(INSTALL_PROGRAM) mandoc demandoc $(DESTDIR)$(BINDIR) |
install -m 0444 mdoctree.1 $(PREFIX)/man/man1/ |
$(INSTALL_PROGRAM) soelim $(DESTDIR)$(BINDIR)/$(BINM_SOELIM) |
install -m 0444 mdoclint.1 $(PREFIX)/man/man1/ |
ln -f $(DESTDIR)$(BINDIR)/mandoc $(DESTDIR)$(BINDIR)/$(BINM_MAN) |
install -m 0444 mdoc.3 $(PREFIX)/man/man3/ |
$(INSTALL_LIB) libmandoc.a $(DESTDIR)$(LIBDIR) |
install -m 0644 libmdoc.a $(PREFIX)/lib/ |
$(INSTALL_LIB) man.h mandoc.h mandoc_aux.h mdoc.h roff.h \ |
install -m 0444 mdoc.h $(PREFIX)/include/ |
$(DESTDIR)$(INCLUDEDIR) |
|
$(INSTALL_MAN) mandoc.1 demandoc.1 $(DESTDIR)$(MANDIR)/man1 |
|
$(INSTALL_MAN) soelim.1 $(DESTDIR)$(MANDIR)/man1/$(BINM_SOELIM).1 |
|
$(INSTALL_MAN) man.1 $(DESTDIR)$(MANDIR)/man1/$(BINM_MAN).1 |
|
$(INSTALL_MAN) mandoc.3 mandoc_escape.3 mandoc_malloc.3 \ |
|
mchars_alloc.3 tbl.3 $(DESTDIR)$(MANDIR)/man3 |
|
$(INSTALL_MAN) man.conf.5 $(DESTDIR)$(MANDIR)/man5/${MANM_MANCONF}.5 |
|
$(INSTALL_MAN) man.7 $(DESTDIR)$(MANDIR)/man7/${MANM_MAN}.7 |
|
$(INSTALL_MAN) mdoc.7 $(DESTDIR)$(MANDIR)/man7/${MANM_MDOC}.7 |
|
$(INSTALL_MAN) roff.7 $(DESTDIR)$(MANDIR)/man7/${MANM_ROFF}.7 |
|
$(INSTALL_MAN) eqn.7 $(DESTDIR)$(MANDIR)/man7/${MANM_EQN}.7 |
|
$(INSTALL_MAN) tbl.7 $(DESTDIR)$(MANDIR)/man7/${MANM_TBL}.7 |
|
$(INSTALL_MAN) mandoc_char.7 $(DESTDIR)$(MANDIR)/man7 |
|
|
uninstall: |
db-install: base-build |
rm -f $(PREFIX)/bin/mdocterm |
mkdir -p $(DESTDIR)$(BINDIR) |
rm -f $(PREFIX)/bin/mdoctree |
mkdir -p $(DESTDIR)$(SBINDIR) |
rm -f $(PREFIX)/bin/mdoclint |
mkdir -p $(DESTDIR)$(MANDIR)/man1 |
rm -f $(PREFIX)/man/man1/mdocterm.1 |
mkdir -p $(DESTDIR)$(MANDIR)/man3 |
rm -f $(PREFIX)/man/man1/mdoctree.1 |
mkdir -p $(DESTDIR)$(MANDIR)/man5 |
rm -f $(PREFIX)/man/man1/mdoclint.1 |
mkdir -p $(DESTDIR)$(MANDIR)/man8 |
rm -f $(PREFIX)/man/man3/mdoc.3 |
ln -f $(DESTDIR)$(BINDIR)/mandoc $(DESTDIR)$(BINDIR)/$(BINM_APROPOS) |
rm -f $(PREFIX)/lib/libmdoc.a |
ln -f $(DESTDIR)$(BINDIR)/mandoc $(DESTDIR)$(BINDIR)/$(BINM_WHATIS) |
rm -f $(PREFIX)/include/mdoc.h |
ln -f $(DESTDIR)$(BINDIR)/mandoc \ |
|
$(DESTDIR)$(SBINDIR)/$(BINM_MAKEWHATIS) |
|
$(INSTALL_MAN) apropos.1 $(DESTDIR)$(MANDIR)/man1/$(BINM_APROPOS).1 |
|
ln -f $(DESTDIR)$(MANDIR)/man1/$(BINM_APROPOS).1 \ |
|
$(DESTDIR)$(MANDIR)/man1/$(BINM_WHATIS).1 |
|
$(INSTALL_MAN) mansearch.3 $(DESTDIR)$(MANDIR)/man3 |
|
$(INSTALL_MAN) mandoc.db.5 $(DESTDIR)$(MANDIR)/man5 |
|
$(INSTALL_MAN) makewhatis.8 \ |
|
$(DESTDIR)$(MANDIR)/man8/$(BINM_MAKEWHATIS).8 |
|
|
macro.ln: macro.c private.h |
cgi-install: cgi-build |
macro.o: macro.c private.h |
mkdir -p $(DESTDIR)$(CGIBINDIR) |
|
mkdir -p $(DESTDIR)$(HTDOCDIR) |
|
$(INSTALL_PROGRAM) man.cgi $(DESTDIR)$(CGIBINDIR) |
|
$(INSTALL_DATA) mandoc.css $(DESTDIR)$(HTDOCDIR) |
|
|
term.ln: term.c term.h |
Makefile.local config.h: configure ${TESTSRCS} |
term.o: term.c term.h |
@echo "$@ is out of date; please run ./configure" |
|
@exit 1 |
|
|
strings.ln: strings.c private.h |
libmandoc.a: $(COMPAT_OBJS) $(LIBMANDOC_OBJS) |
strings.o: strings.c private.h |
ar rs $@ $(COMPAT_OBJS) $(LIBMANDOC_OBJS) |
|
|
hash.ln: hash.c private.h |
mandoc: $(MAIN_OBJS) libmandoc.a |
hash.o: hash.c private.h |
$(CC) -o $@ $(MAIN_OBJS) libmandoc.a $(LDADD) |
|
|
mdoc.ln: mdoc.c private.h |
manpage: $(MANPAGE_OBJS) libmandoc.a |
mdoc.o: mdoc.c private.h |
$(CC) -o $@ $(MANPAGE_OBJS) libmandoc.a $(LDADD) |
|
|
mdocterm.ln: mdocterm.c mmain.h |
man.cgi: $(CGI_OBJS) libmandoc.a |
mdocterm.o: mdocterm.c mmain.h |
$(CC) $(STATIC) -o $@ $(CGI_OBJS) libmandoc.a $(LDADD) |
|
|
mdoclint.ln: mdoclint.c mmain.h |
demandoc: $(DEMANDOC_OBJS) libmandoc.a |
mdoclint.o: mdoclint.c mmain.h |
$(CC) -o $@ $(DEMANDOC_OBJS) libmandoc.a $(LDADD) |
|
|
mdoctree.ln: mdoctree.c mmain.h |
soelim: $(SOELIM_OBJS) |
mdoctree.o: mdoctree.c mmain.h |
$(CC) -o $@ $(SOELIM_OBJS) |
|
|
xstd.ln: xstd.c private.h |
# --- maintainer targets --- |
xstd.o: xstd.c private.h |
|
|
|
argv.ln: argv.c private.h |
www-install: www |
argv.o: argv.c private.h |
mkdir -p $(HTDOCDIR)/snapshots |
|
$(INSTALL_DATA) $(WWW_MANS) mandoc.css $(HTDOCDIR) |
|
$(INSTALL_DATA) $(WWW_OBJS) $(HTDOCDIR)/snapshots |
|
$(INSTALL_DATA) mdocml.tar.gz \ |
|
$(HTDOCDIR)/snapshots/mdocml-$(VERSION).tar.gz |
|
$(INSTALL_DATA) mdocml.sha256 \ |
|
$(HTDOCDIR)/snapshots/mdocml-$(VERSION).sha256 |
|
|
validate.ln: validate.c private.h |
depend: config.h |
validate.o: validate.c private.h |
mkdep -f Makefile.depend $(CFLAGS) $(SRCS) |
|
perl -e 'undef $$/; $$_ = <>; s|/usr/include/\S+||g; \ |
|
s|\\\n||g; s| +| |g; s| $$||mg; print;' \ |
|
Makefile.depend > Makefile.tmp |
|
mv Makefile.tmp Makefile.depend |
|
|
action.ln: action.c private.h |
dist: mdocml.sha256 |
action.o: action.c private.h |
|
|
|
mmain.ln: mmain.c mmain.h |
mdocml.sha256: mdocml.tar.gz |
mmain.o: mmain.c mmain.h |
sha256 mdocml.tar.gz > $@ |
|
|
private.h: mdoc.h |
mdocml.tar.gz: $(DISTFILES) |
|
mkdir -p .dist/mdocml-$(VERSION)/ |
mmain.h: mdoc.h |
$(INSTALL) -m 0644 $(DISTFILES) .dist/mdocml-$(VERSION) |
|
chmod 755 .dist/mdocml-$(VERSION)/configure |
term.h: mdoc.h |
( cd .dist/ && tar zcf ../$@ mdocml-$(VERSION) ) |
|
|
mdocml-nport-$(VERSION).tar.gz: mdocml-$(VERSION).tar.gz Makefile.netbsd DESCR |
|
mkdir -p .dist/mdocml/ |
|
sed -e "s!@VERSION@!$(VERSION)!" Makefile.netbsd > \ |
|
.dist/mdocml/Makefile |
|
md5 mdocml-$(VERSION).tar.gz > .dist/mdocml/distinfo |
|
rmd160 mdocml-$(VERSION).tar.gz >> .dist/mdocml/distinfo |
|
sha1 mdocml-$(VERSION).tar.gz >> .dist/mdocml/distinfo |
|
install -m 0644 DESCR .dist/mdocml/ |
|
echo @comment $$NetBSD$$ > .dist/mdocml/PLIST |
|
echo bin/mdocterm >> .dist/mdocml/PLIST |
|
echo bin/mdoctree >> .dist/mdocml/PLIST |
|
echo bin/mdoclint >> .dist/mdocml/PLIST |
|
echo lib/libmdoc.a >> .dist/mdocml/PLIST |
|
echo include/mdoc.h >> .dist/mdocml/PLIST |
|
echo man/man1/mdoctree.1 >> .dist/mdocml/PLIST |
|
echo man/man1/mdocterm.1 >> .dist/mdocml/PLIST |
|
echo man/man1/mdoclint.1 >> .dist/mdocml/PLIST |
|
echo man/man3/mdoc.3 >> .dist/mdocml/PLIST |
|
( cd .dist/ && tar zcf ../$@ mdocml/ ) |
|
rm -rf .dist/ |
rm -rf .dist/ |
|
|
mdocml-oport-$(VERSION).tar.gz: mdocml-$(VERSION).tar.gz Makefile.openbsd DESCR |
# === SUFFIX RULES ===================================================== |
mkdir -p .dist/mdocml/pkg |
|
sed -e "s!@VERSION@!$(VERSION)!" Makefile.openbsd > \ |
|
.dist/mdocml/Makefile |
|
md5 mdocml-$(VERSION).tar.gz > .dist/mdocml/distinfo |
|
rmd160 mdocml-$(VERSION).tar.gz >> .dist/mdocml/distinfo |
|
sha1 mdocml-$(VERSION).tar.gz >> .dist/mdocml/distinfo |
|
install -m 0644 DESCR .dist/mdocml/pkg/DESCR |
|
echo @comment $$OpenBSD$$ > .dist/mdocml/pkg/PLIST |
|
echo bin/mdocterm >> .dist/mdocml/pkg/PLIST |
|
echo bin/mdoctree >> .dist/mdocml/pkg/PLIST |
|
echo bin/mdoclint >> .dist/mdocml/pkg/PLIST |
|
echo lib/libmdoc.a >> .dist/mdocml/pkg/PLIST |
|
echo include/mdoc.h >> .dist/mdocml/pkg/PLIST |
|
echo @man man/man1/mdoctree.1 >> .dist/mdocml/pkg/PLIST |
|
echo @man man/man1/mdocterm.1 >> .dist/mdocml/pkg/PLIST |
|
echo @man man/man1/mdoclint.1 >> .dist/mdocml/pkg/PLIST |
|
echo @man man/man3/mdoc.3 >> .dist/mdocml/pkg/PLIST |
|
( cd .dist/ && tar zcf ../$@ mdocml/ ) |
|
rm -rf .dist/ |
|
|
|
mdocml-$(VERSION).tar.gz: $(INSTALL) |
.SUFFIXES: .1 .3 .5 .7 .8 .h |
mkdir -p .dist/mdocml/mdocml-$(VERSION)/ |
.SUFFIXES: .1.html .3.html .5.html .7.html .8.html .h.html |
mkdir -p .dist/mdocml/mdocml-$(VERSION)/regress/ |
|
install -m 0644 $(INSTALL) .dist/mdocml/mdocml-$(VERSION)/ |
|
install -m 0644 $(REGRESS) .dist/mdocml/mdocml-$(VERSION)/regress/ |
|
( cd .dist/mdocml/ && tar zcf ../../$@ mdocml-$(VERSION)/ ) |
|
rm -rf .dist/ |
|
|
|
llib-llibmdoc.ln: $(LIBLNS) |
.h.h.html: |
$(LINT) $(LINTFLAGS) -Clibmdoc $(LIBLNS) |
highlight -I $< > $@ |
|
|
llib-lmdoctree.ln: $(TREELNS) llib-llibmdoc.ln |
.1.1.html .3.3.html .5.5.html .7.7.html .8.8.html: mandoc |
$(LINT) $(LINTFLAGS) -Cmdoctree $(TREELNS) llib-llibmdoc.ln |
./mandoc -Thtml -Wall,stop \ |
|
-Ostyle=mandoc.css,man=%N.%S.html,includes=%I.html $< > $@ |
llib-lmdocterm.ln: $(TERMLNS) llib-llibmdoc.ln |
|
$(LINT) $(LINTFLAGS) -Cmdocterm $(TERMLNS) llib-llibmdoc.ln |
|
|
|
libmdoc.a: $(LIBOBJS) |
|
$(AR) rs $@ $(LIBOBJS) |
|
|
|
mdocterm: $(TERMOBJS) libmdoc.a |
|
$(CC) $(CFLAGS) -o $@ $(TERMOBJS) libmdoc.a |
|
|
|
mdoctree: $(TREEOBJS) libmdoc.a |
|
$(CC) $(CFLAGS) -o $@ $(TREEOBJS) libmdoc.a |
|
|
|
mdoclint: $(LINTOBJS) libmdoc.a |
|
$(CC) $(CFLAGS) -o $@ $(LINTOBJS) libmdoc.a |
|
|
|
.sgml.html: |
|
validate $< |
|
sed -e "s!@VERSION@!$(VERSION)!" -e "s!@VDATE@!$(VDATE)!" $< > $@ |
|
|
|