one more doc Makefile
This commit is contained in:
parent
bd18851d95
commit
8c35f5adbf
1 changed files with 1 additions and 23 deletions
|
|
@ -1,23 +1 @@
|
|||
# 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$
|
||||
|
||||
LINKS:=links -dump -no-numbering -no-references
|
||||
|
||||
.PHONY: all
|
||||
all: README.txt
|
||||
|
||||
.PHONY: clean
|
||||
clean:
|
||||
-rm README.txt
|
||||
|
||||
README.txt: html/README.html
|
||||
$(LINKS) $< > $@
|
||||
include ../../docs/Makefile
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue