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