Sophie

Sophie

distrib > Mandriva > 2008.1 > i586 > media > contrib-updates > by-pkgid > 97be7fe3a560bb70a22e10f1b28a7ff5 > files > 4

tuxpaint-devel-0.9.19-3mdv2008.1.i586.rpm

# Makefile for Tux Paint Magic Tool Plugin API docs
# 
# Uses "links" to convert docs from HTML to plain text.
# (Normally only ran by the developers after updating the HTML, prior to
# release.)
#
# Bill Kendrick
# bill@newbreedsoftware.com
# 
# July 6, 2007 - July 6, 2007
# $Id: Makefile,v 1.1 2007/07/06 19:38:11 wkendrick Exp $

LINKS=links -dump -no-numbering -no-references

all:	README.txt

clean:
	-rm README.txt

README.txt:	html/README.html
	$(LINKS) $< > $@