summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/scripts/texlive/Makefile
blob: c784104cc0b8ab30b19a40cf63badc667ebdd2ce (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# $Id$
# Public domain.

test_tlmgr_html = /tmp/tlmgr.html
live_tlmgr_html = /home/httpd/html/texlive/doc/tlmgr.html 

test-html:
	pod2html --cachedir=/tmp tlmgr.pl >$(test_tlmgr_html)
	diff $(live_tlmgr_html) $(test_tlmgr_html)
	
install-html:
	mv $(test_tlmgr_html) $(live_tlmgr_html)