Upgrade yt-dlp from version stable@2024.10.07 to stable@2024.12.13
[sunny256-utils.git] / Lib / perllib / Makefile
blobab0e404065a0520ff4f65d19f27962b05506c8ec
1 # Lib/perllib/Makefile
2 # File ID: 143f5222-5d7c-11df-8a0c-90e6ba3022ac
3 # Makefile for generating *.3, *.dvi, *.ps and *.html
5 .PHONY: all
6 all: tricgi.dvi tricgi.ps tricgi.html
8 tricgi.ps: tricgi.dvi
9 dvips -t a4 -o tricgi.ps tricgi.dvi
11 tricgi.dvi: tricgi.3
12 groff -man -Tdvi <tricgi.3 >tricgi.dvi
14 tricgi.3: tricgi.pm
15 pod2man tricgi.pm >tricgi.3
17 tricgi.html: tricgi.pm
18 pod2html <tricgi.pm >tricgi.html
19 rm -f pod2html-*cache
21 .PHONY: clean
22 clean:
23 rm -f tricgi.3 tricgi.html tricgi.dvi tricgi.man tricgi.ps core *~
24 rm -f pod2htmd.tmp
26 .PHONY: test
27 test: