view doc/www.anonet2.org/public_pod/Makefile @ 119:045304c9a6dc draft

Committer: DarkF On branch master Your branch is ahead of 'origin/master' by 1 commit. Changes to be committed: (use "git reset HEAD <file>..." to unstage) new file: db/usr/DarkF/git
author Federico Cossu <federico@Oro.localdomain>
date Fri, 20 Aug 2010 00:23:22 +0200
parents 5100b1fb4f5c
children 818de9dafcbe
line wrap: on
line source

all: index.html links.html faq.html darknet_comparison.html anonymity.html

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