view doc/www.anonet2.org/public_pod/Makefile @ 91:17e4bef39c08 draft

Modification of scripts/nameserver_autogen/dnsmasq_tld_conffile
author pragmo <pragmo@pragmo.ano>
date Thu, 05 Aug 2010 02:45:46 +0200
parents d2e2d8432e91
children d5a0da431616
line wrap: on
line source

all: index.html links.html faq.html

%.html: %.pod
	pod2html --noindex < $< 2>/dev/null > $@.tmp
	mv $@.tmp $@