]> git.cameronkatri.com Git - mandoc.git/blob - Makefile
Manually tag the section option.
[mandoc.git] / Makefile
1 # $Id: Makefile,v 1.534 2020/06/15 16:58:24 schwarze Exp $
2 #
3 # Copyright (c) 2011, 2013-2020 Ingo Schwarze <schwarze@openbsd.org>
4 # Copyright (c) 2010, 2011, 2012 Kristaps Dzonsons <kristaps@bsd.lv>
5 #
6 # Permission to use, copy, modify, and distribute this software for any
7 # purpose with or without fee is hereby granted, provided that the above
8 # copyright notice and this permission notice appear in all copies.
9 #
10 # THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
11 # WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
12 # MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
13 # ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
14 # WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
15 # ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
16 # OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
17
18 VERSION = 1.14.5
19
20 # === LIST OF FILES ====================================================
21
22 TESTSRCS = test-be32toh.c \
23 test-cmsg.c \
24 test-dirent-namlen.c \
25 test-EFTYPE.c \
26 test-err.c \
27 test-fts.c \
28 test-getline.c \
29 test-getsubopt.c \
30 test-isblank.c \
31 test-mkdtemp.c \
32 test-nanosleep.c \
33 test-noop.c \
34 test-ntohl.c \
35 test-O_DIRECTORY.c \
36 test-ohash.c \
37 test-PATH_MAX.c \
38 test-pledge.c \
39 test-progname.c \
40 test-reallocarray.c \
41 test-recallocarray.c \
42 test-recvmsg.c \
43 test-rewb-bsd.c \
44 test-rewb-sysv.c \
45 test-sandbox_init.c \
46 test-strcasestr.c \
47 test-stringlist.c \
48 test-strlcat.c \
49 test-strlcpy.c \
50 test-strndup.c \
51 test-strptime.c \
52 test-strsep.c \
53 test-strtonum.c \
54 test-vasprintf.c \
55 test-wchar.c
56
57 SRCS = arch.c \
58 att.c \
59 catman.c \
60 cgi.c \
61 chars.c \
62 compat_err.c \
63 compat_fts.c \
64 compat_getline.c \
65 compat_getsubopt.c \
66 compat_isblank.c \
67 compat_mkdtemp.c \
68 compat_ohash.c \
69 compat_progname.c \
70 compat_reallocarray.c \
71 compat_recallocarray.c \
72 compat_strcasestr.c \
73 compat_stringlist.c \
74 compat_strlcat.c \
75 compat_strlcpy.c \
76 compat_strndup.c \
77 compat_strsep.c \
78 compat_strtonum.c \
79 compat_vasprintf.c \
80 dba.c \
81 dba_array.c \
82 dba_read.c \
83 dba_write.c \
84 dbm.c \
85 dbm_map.c \
86 demandoc.c \
87 eqn.c \
88 eqn_html.c \
89 eqn_term.c \
90 html.c \
91 lib.c \
92 main.c \
93 man.c \
94 man_html.c \
95 man_macro.c \
96 man_term.c \
97 man_validate.c \
98 mandoc.c \
99 mandoc_aux.c \
100 mandoc_msg.c \
101 mandoc_ohash.c \
102 mandoc_xr.c \
103 mandocd.c \
104 mandocdb.c \
105 manpath.c \
106 mansearch.c \
107 mdoc.c \
108 mdoc_argv.c \
109 mdoc_html.c \
110 mdoc_macro.c \
111 mdoc_man.c \
112 mdoc_markdown.c \
113 mdoc_state.c \
114 mdoc_term.c \
115 mdoc_validate.c \
116 msec.c \
117 out.c \
118 preconv.c \
119 read.c \
120 roff.c \
121 roff_html.c \
122 roff_term.c \
123 roff_validate.c \
124 soelim.c \
125 st.c \
126 tag.c \
127 tbl.c \
128 tbl_data.c \
129 tbl_html.c \
130 tbl_layout.c \
131 tbl_opts.c \
132 tbl_term.c \
133 term.c \
134 term_ascii.c \
135 term_ps.c \
136 term_tab.c \
137 term_tag.c \
138 tree.c
139
140 DISTFILES = INSTALL \
141 LICENSE \
142 Makefile \
143 Makefile.depend \
144 NEWS \
145 TODO \
146 apropos.1 \
147 catman.8 \
148 cgi.h.example \
149 compat_fts.h \
150 compat_ohash.h \
151 compat_stringlist.h \
152 configure \
153 configure.local.example \
154 dba.h \
155 dba_array.h \
156 dba_write.h \
157 dbm.h \
158 dbm_map.h \
159 demandoc.1 \
160 eqn.7 \
161 eqn.h \
162 eqn_parse.h \
163 gmdiff \
164 html.h \
165 lib.in \
166 libman.h \
167 libmandoc.h \
168 libmdoc.h \
169 main.h \
170 makewhatis.8 \
171 man.1 \
172 man.7 \
173 man.cgi.3 \
174 man.cgi.8 \
175 man.conf.5 \
176 man.h \
177 man.options.1 \
178 manconf.h \
179 mandoc.1 \
180 mandoc.3 \
181 mandoc.css \
182 mandoc.db.5 \
183 mandoc.h \
184 mandoc_aux.h \
185 mandoc_char.7 \
186 mandoc_escape.3 \
187 mandoc_headers.3 \
188 mandoc_html.3 \
189 mandoc_malloc.3 \
190 mandoc_ohash.h \
191 mandoc_parse.h \
192 mandoc_xr.h \
193 mandocd.8 \
194 mansearch.3 \
195 mansearch.h \
196 mchars_alloc.3 \
197 mdoc.7 \
198 mdoc.h \
199 msec.in \
200 out.h \
201 predefs.in \
202 roff.7 \
203 roff.h \
204 roff_int.h \
205 soelim.1 \
206 tag.h \
207 tbl.3 \
208 tbl.7 \
209 tbl.h \
210 tbl_int.h \
211 tbl_parse.h \
212 term.h \
213 term_tag.h \
214 $(SRCS) \
215 $(TESTSRCS)
216
217 LIBMAN_OBJS = man.o \
218 man_macro.o \
219 man_validate.o
220
221 LIBMDOC_OBJS = att.o \
222 lib.o \
223 mdoc.o \
224 mdoc_argv.o \
225 mdoc_macro.o \
226 mdoc_state.o \
227 mdoc_validate.o \
228 st.o
229
230 LIBROFF_OBJS = eqn.o \
231 roff.o \
232 roff_validate.o \
233 tbl.o \
234 tbl_data.o \
235 tbl_layout.o \
236 tbl_opts.o
237
238 LIBMANDOC_OBJS = $(LIBMAN_OBJS) \
239 $(LIBMDOC_OBJS) \
240 $(LIBROFF_OBJS) \
241 arch.o \
242 chars.o \
243 mandoc.o \
244 mandoc_aux.o \
245 mandoc_msg.o \
246 mandoc_ohash.o \
247 mandoc_xr.o \
248 msec.o \
249 preconv.o \
250 read.o \
251 tag.o
252
253 ALL_COBJS = compat_err.o \
254 compat_fts.o \
255 compat_getline.o \
256 compat_getsubopt.o \
257 compat_isblank.o \
258 compat_mkdtemp.o \
259 compat_ohash.o \
260 compat_progname.o \
261 compat_reallocarray.o \
262 compat_recallocarray.o \
263 compat_strcasestr.o \
264 compat_stringlist.o \
265 compat_strlcat.o \
266 compat_strlcpy.o \
267 compat_strndup.o \
268 compat_strsep.o \
269 compat_strtonum.o \
270 compat_vasprintf.o
271
272 MANDOC_HTML_OBJS = eqn_html.o \
273 html.o \
274 man_html.o \
275 mdoc_html.o \
276 roff_html.o \
277 tbl_html.o
278
279 MANDOC_TERM_OBJS = eqn_term.o \
280 man_term.o \
281 mdoc_term.o \
282 roff_term.o \
283 term.o \
284 term_ascii.o \
285 term_ps.o \
286 term_tab.o \
287 term_tag.o \
288 tbl_term.o
289
290 DBM_OBJS = dbm.o \
291 dbm_map.o \
292 mansearch.o
293
294 DBA_OBJS = dba.o \
295 dba_array.o \
296 dba_read.o \
297 dba_write.o \
298 mandocdb.o
299
300 MAIN_OBJS = $(MANDOC_HTML_OBJS) \
301 $(MANDOC_MAN_OBJS) \
302 $(MANDOC_TERM_OBJS) \
303 $(DBM_OBJS) \
304 $(DBA_OBJS) \
305 main.o \
306 manpath.o \
307 mdoc_man.o \
308 mdoc_markdown.o \
309 out.o \
310 tree.o
311
312 CGI_OBJS = $(MANDOC_HTML_OBJS) \
313 $(DBM_OBJS) \
314 cgi.o \
315 out.o
316
317 MANDOCD_OBJS = $(MANDOC_HTML_OBJS) \
318 $(MANDOC_TERM_OBJS) \
319 mandocd.o \
320 out.o
321
322 DEMANDOC_OBJS = demandoc.o
323
324 WWW_MANS = apropos.1.html \
325 demandoc.1.html \
326 man.1.html \
327 man.options.1.html \
328 mandoc.1.html \
329 soelim.1.html \
330 man.cgi.3.html \
331 mandoc.3.html \
332 mandoc_escape.3.html \
333 mandoc_headers.3.html \
334 mandoc_html.3.html \
335 mandoc_malloc.3.html \
336 mansearch.3.html \
337 mchars_alloc.3.html \
338 tbl.3.html \
339 man.conf.5.html \
340 mandoc.db.5.html \
341 eqn.7.html \
342 man.7.html \
343 mandoc_char.7.html \
344 mdoc.7.html \
345 roff.7.html \
346 tbl.7.html \
347 catman.8.html \
348 makewhatis.8.html \
349 man.cgi.8.html \
350 mandocd.8.html
351
352 WWW_INCS = eqn.h.html \
353 html.h.html \
354 man.h.html \
355 manconf.h.html \
356 mandoc.h.html \
357 mandoc_aux.h.html \
358 mandoc_parse.h.html \
359 mansearch.h.html \
360 mdoc.h.html \
361 roff.h.html \
362 tbl.h.html \
363 tbl_int.h.html \
364 tbl_parse.h.html
365
366 # === USER CONFIGURATION ===============================================
367
368 include Makefile.local
369
370 # === DEPENDENCY HANDLING ==============================================
371
372 all: mandoc demandoc soelim $(BUILD_TARGETS) Makefile.local
373
374 install: base-install $(INSTALL_TARGETS)
375
376 www: $(WWW_MANS) $(WWW_INCS)
377
378 $(WWW_MANS) $(WWW_INCS): mandoc
379
380 .PHONY: base-install cgi-install install www-install
381 .PHONY: clean distclean depend
382
383 include Makefile.depend
384
385 # === TARGETS CONTAINING SHELL COMMANDS ================================
386
387 distclean: clean
388 rm -f Makefile.local config.h config.h.old config.log config.log.old
389
390 clean:
391 rm -f libmandoc.a $(LIBMANDOC_OBJS) $(ALL_COBJS)
392 rm -f mandoc man $(MAIN_OBJS)
393 rm -f man.cgi $(CGI_OBJS)
394 rm -f mandocd catman catman.o $(MANDOCD_OBJS)
395 rm -f demandoc $(DEMANDOC_OBJS)
396 rm -f soelim soelim.o
397 rm -f $(WWW_MANS) $(WWW_INCS) mandoc*.tar.gz mandoc*.sha256
398 rm -f Makefile.tmp1 Makefile.tmp2
399 rm -rf *.dSYM
400
401 base-install: mandoc demandoc soelim
402 mkdir -p $(DESTDIR)$(BINDIR)
403 mkdir -p $(DESTDIR)$(SBINDIR)
404 mkdir -p $(DESTDIR)$(MANDIR)/man1
405 mkdir -p $(DESTDIR)$(MANDIR)/man5
406 mkdir -p $(DESTDIR)$(MANDIR)/man7
407 mkdir -p $(DESTDIR)$(MANDIR)/man8
408 $(INSTALL_PROGRAM) mandoc demandoc $(DESTDIR)$(BINDIR)
409 $(INSTALL_PROGRAM) soelim $(DESTDIR)$(BINDIR)/$(BINM_SOELIM)
410 cd $(DESTDIR)$(BINDIR) && $(LN) mandoc $(BINM_MAN)
411 cd $(DESTDIR)$(BINDIR) && $(LN) mandoc $(BINM_APROPOS)
412 cd $(DESTDIR)$(BINDIR) && $(LN) mandoc $(BINM_WHATIS)
413 cd $(DESTDIR)$(SBINDIR) && \
414 $(LN) ${BIN_FROM_SBIN}/mandoc $(BINM_MAKEWHATIS)
415 $(INSTALL_MAN) mandoc.1 demandoc.1 $(DESTDIR)$(MANDIR)/man1
416 $(INSTALL_MAN) soelim.1 $(DESTDIR)$(MANDIR)/man1/$(BINM_SOELIM).1
417 $(INSTALL_MAN) man.1 $(DESTDIR)$(MANDIR)/man1/$(BINM_MAN).1
418 $(INSTALL_MAN) apropos.1 $(DESTDIR)$(MANDIR)/man1/$(BINM_APROPOS).1
419 cd $(DESTDIR)$(MANDIR)/man1 && $(LN) $(BINM_APROPOS).1 $(BINM_WHATIS).1
420 $(INSTALL_MAN) man.conf.5 $(DESTDIR)$(MANDIR)/man5/$(MANM_MANCONF).5
421 $(INSTALL_MAN) mandoc.db.5 $(DESTDIR)$(MANDIR)/man5
422 $(INSTALL_MAN) man.7 $(DESTDIR)$(MANDIR)/man7/$(MANM_MAN).7
423 $(INSTALL_MAN) mdoc.7 $(DESTDIR)$(MANDIR)/man7/$(MANM_MDOC).7
424 $(INSTALL_MAN) roff.7 $(DESTDIR)$(MANDIR)/man7/$(MANM_ROFF).7
425 $(INSTALL_MAN) eqn.7 $(DESTDIR)$(MANDIR)/man7/$(MANM_EQN).7
426 $(INSTALL_MAN) tbl.7 $(DESTDIR)$(MANDIR)/man7/$(MANM_TBL).7
427 $(INSTALL_MAN) mandoc_char.7 $(DESTDIR)$(MANDIR)/man7
428 $(INSTALL_MAN) makewhatis.8 \
429 $(DESTDIR)$(MANDIR)/man8/$(BINM_MAKEWHATIS).8
430
431 lib-install: libmandoc.a
432 mkdir -p $(DESTDIR)$(LIBDIR)
433 mkdir -p $(DESTDIR)$(INCLUDEDIR)
434 mkdir -p $(DESTDIR)$(MANDIR)/man3
435 $(INSTALL_LIB) libmandoc.a $(DESTDIR)$(LIBDIR)
436 $(INSTALL_LIB) eqn.h man.h mandoc.h mandoc_aux.h mandoc_parse.h \
437 mdoc.h roff.h tbl.h $(DESTDIR)$(INCLUDEDIR)
438 $(INSTALL_MAN) mandoc.3 mandoc_escape.3 mandoc_malloc.3 \
439 mansearch.3 mchars_alloc.3 tbl.3 $(DESTDIR)$(MANDIR)/man3
440
441 cgi-install: man.cgi
442 mkdir -p $(DESTDIR)$(CGIBINDIR)
443 mkdir -p $(DESTDIR)$(HTDOCDIR)
444 $(INSTALL_PROGRAM) man.cgi $(DESTDIR)$(CGIBINDIR)
445 $(INSTALL_DATA) mandoc.css $(DESTDIR)$(HTDOCDIR)
446
447 catman-install: mandocd catman
448 mkdir -p $(DESTDIR)$(SBINDIR)
449 mkdir -p $(DESTDIR)$(MANDIR)/man8
450 $(INSTALL_PROGRAM) mandocd $(DESTDIR)$(SBINDIR)
451 $(INSTALL_PROGRAM) catman $(DESTDIR)$(SBINDIR)/$(BINM_CATMAN)
452 $(INSTALL_MAN) mandocd.8 $(DESTDIR)$(MANDIR)/man8
453 $(INSTALL_MAN) catman.8 $(DESTDIR)$(MANDIR)/man8/$(BINM_CATMAN).8
454
455 uninstall:
456 rm -f $(DESTDIR)$(BINDIR)/mandoc
457 rm -f $(DESTDIR)$(BINDIR)/demandoc
458 rm -f $(DESTDIR)$(BINDIR)/$(BINM_SOELIM)
459 rm -f $(DESTDIR)$(BINDIR)/$(BINM_MAN)
460 rm -f $(DESTDIR)$(BINDIR)/$(BINM_APROPOS)
461 rm -f $(DESTDIR)$(BINDIR)/$(BINM_WHATIS)
462 rm -f $(DESTDIR)$(SBINDIR)/$(BINM_MAKEWHATIS)
463 rm -f $(DESTDIR)$(MANDIR)/man1/mandoc.1
464 rm -f $(DESTDIR)$(MANDIR)/man1/demandoc.1
465 rm -f $(DESTDIR)$(MANDIR)/man1/$(BINM_SOELIM).1
466 rm -f $(DESTDIR)$(MANDIR)/man1/$(BINM_MAN).1
467 rm -f $(DESTDIR)$(MANDIR)/man1/$(BINM_APROPOS).1
468 rm -f $(DESTDIR)$(MANDIR)/man1/$(BINM_WHATIS).1
469 rm -f $(DESTDIR)$(MANDIR)/man5/$(MANM_MANCONF).5
470 rm -f $(DESTDIR)$(MANDIR)/man5/mandoc.db.5
471 rm -f $(DESTDIR)$(MANDIR)/man7/$(MANM_MAN).7
472 rm -f $(DESTDIR)$(MANDIR)/man7/$(MANM_MDOC).7
473 rm -f $(DESTDIR)$(MANDIR)/man7/$(MANM_ROFF).7
474 rm -f $(DESTDIR)$(MANDIR)/man7/$(MANM_EQN).7
475 rm -f $(DESTDIR)$(MANDIR)/man7/$(MANM_TBL).7
476 rm -f $(DESTDIR)$(MANDIR)/man7/mandoc_char.7
477 rm -f $(DESTDIR)$(MANDIR)/man8/$(BINM_MAKEWHATIS).8
478 rm -f $(DESTDIR)$(CGIBINDIR)/man.cgi
479 rm -f $(DESTDIR)$(HTDOCDIR)/mandoc.css
480 rm -f $(DESTDIR)$(SBINDIR)/mandocd
481 rm -f $(DESTDIR)$(SBINDIR)/$(BINM_CATMAN)
482 rm -f $(DESTDIR)$(MANDIR)/man8/mandocd.8
483 rm -f $(DESTDIR)$(MANDIR)/man8/$(BINM_CATMAN).8
484 rm -f $(DESTDIR)$(LIBDIR)/libmandoc.a
485 rm -f $(DESTDIR)$(MANDIR)/man3/mandoc.3
486 rm -f $(DESTDIR)$(MANDIR)/man3/mandoc_escape.3
487 rm -f $(DESTDIR)$(MANDIR)/man3/mandoc_malloc.3
488 rm -f $(DESTDIR)$(MANDIR)/man3/mansearch.3
489 rm -f $(DESTDIR)$(MANDIR)/man3/mchars_alloc.3
490 rm -f $(DESTDIR)$(MANDIR)/man3/tbl.3
491 rm -f $(DESTDIR)$(INCLUDEDIR)/eqn.h
492 rm -f $(DESTDIR)$(INCLUDEDIR)/man.h
493 rm -f $(DESTDIR)$(INCLUDEDIR)/mandoc.h
494 rm -f $(DESTDIR)$(INCLUDEDIR)/mandoc_aux.h
495 rm -f $(DESTDIR)$(INCLUDEDIR)/mandoc_parse.h
496 rm -f $(DESTDIR)$(INCLUDEDIR)/mdoc.h
497 rm -f $(DESTDIR)$(INCLUDEDIR)/roff.h
498 rm -f $(DESTDIR)$(INCLUDEDIR)/tbl.h
499 [ ! -e $(DESTDIR)$(INCLUDEDIR) ] || rmdir $(DESTDIR)$(INCLUDEDIR)
500
501 regress: all man
502 cd regress && ./regress.pl
503
504 regress-clean:
505 cd regress && ./regress.pl . clean
506
507 Makefile.local config.h: configure $(TESTSRCS)
508 @echo "$@ is out of date; please run ./configure"
509 @exit 1
510
511 libmandoc.a: $(MANDOC_COBJS) $(LIBMANDOC_OBJS)
512 ar rs $@ $(MANDOC_COBJS) $(LIBMANDOC_OBJS)
513
514 mandoc: $(MAIN_OBJS) libmandoc.a
515 $(CC) -o $@ $(LDFLAGS) $(MAIN_OBJS) libmandoc.a $(LDADD)
516
517 man: mandoc
518 $(LN) mandoc man
519
520 man.cgi: $(CGI_OBJS) libmandoc.a
521 $(CC) $(STATIC) -o $@ $(LDFLAGS) $(CGI_OBJS) libmandoc.a $(LDADD)
522
523 mandocd: $(MANDOCD_OBJS) libmandoc.a
524 $(CC) -o $@ $(LDFLAGS) $(MANDOCD_OBJS) libmandoc.a $(LDADD)
525
526 catman: catman.o libmandoc.a
527 $(CC) -o $@ $(LDFLAGS) catman.o libmandoc.a $(LDADD)
528
529 demandoc: $(DEMANDOC_OBJS) libmandoc.a
530 $(CC) -o $@ $(LDFLAGS) $(DEMANDOC_OBJS) libmandoc.a $(LDADD)
531
532 soelim: $(SOELIM_COBJS) soelim.o
533 $(CC) -o $@ $(LDFLAGS) $(SOELIM_COBJS) soelim.o
534
535 # --- maintainer targets ---
536
537 www-install: www
538 $(INSTALL_DATA) mandoc.css $(HTDOCDIR)
539 $(INSTALL_DATA) $(WWW_MANS) $(HTDOCDIR)/man
540 $(INSTALL_DATA) $(WWW_INCS) $(HTDOCDIR)/includes
541
542 depend: config.h
543 ./configure -depend
544 mkdep -f Makefile.tmp1 $(CFLAGS) $(SRCS)
545 perl -e 'undef $$/; $$_ = <>; s|/usr/include/\S+||g; \
546 s|\\\n||g; s| +| |g; s| $$||mg; print;' \
547 Makefile.tmp1 > Makefile.tmp2
548 rm Makefile.tmp1
549 mv Makefile.tmp2 Makefile.depend
550
551 regress-distclean:
552 @find regress \
553 -name '.#*' -o \
554 -name '*.orig' -o \
555 -name '*.rej' -o \
556 -name '*.core' \
557 -exec rm -i {} \;
558
559 regress-distcheck:
560 @find regress ! -type d ! -type f
561 @find regress -type f \
562 ! -path '*/CVS/*' \
563 ! -name Makefile \
564 ! -name Makefile.inc \
565 ! -name '*.in' \
566 ! -name '*.out_ascii' \
567 ! -name '*.out_utf8' \
568 ! -name '*.out_html' \
569 ! -name '*.out_markdown' \
570 ! -name '*.out_lint' \
571 ! -path regress/regress.pl \
572 ! -path regress/regress.pl.1
573
574 dist: mandoc-$(VERSION).sha256
575
576 mandoc-$(VERSION).sha256: mandoc-$(VERSION).tar.gz
577 sha256 mandoc-$(VERSION).tar.gz > $@
578
579 mandoc-$(VERSION).tar.gz: $(DISTFILES)
580 ls regress/*/*/*.mandoc_* && exit 1 || true
581 mkdir -p .dist/mandoc-$(VERSION)/
582 $(INSTALL) -m 0644 $(DISTFILES) .dist/mandoc-$(VERSION)
583 cp -pR regress .dist/mandoc-$(VERSION)
584 find .dist/mandoc-$(VERSION)/regress \
585 -type d -name CVS -print0 | xargs -0 rm -rf
586 chmod 755 .dist/mandoc-$(VERSION)/configure
587 ( cd .dist/ && tar zcf ../$@ mandoc-$(VERSION) )
588 rm -rf .dist/
589
590 dist-install: dist
591 $(INSTALL_DATA) mandoc-$(VERSION).tar.gz mandoc-$(VERSION).sha256 \
592 $(HTDOCDIR)/snapshots
593
594 # === SUFFIX RULES =====================================================
595
596 .SUFFIXES: .1 .3 .5 .7 .8 .h
597 .SUFFIXES: .1.html .3.html .5.html .7.html .8.html .h.html
598
599 .h.h.html:
600 highlight -I $< > $@
601
602 .1.1.html .3.3.html .5.5.html .7.7.html .8.8.html: mandoc
603 mandoc -Thtml -Wwarning,stop \
604 -O 'style=/mandoc.css,man=/man/%N.%S.html;https://man.openbsd.org/%N.%S,includes=/includes/%I.html' \
605 $< > $@