[Epydoc-commits] SF.net SVN: epydoc: [1542] trunk/epydoc/Makefile
Brought to you by:
edloper
|
From: <dva...@us...> - 2007-02-20 09:50:39
|
Revision: 1542
http://svn.sourceforge.net/epydoc/?rev=1542&view=rev
Author: dvarrazzo
Date: 2007-02-20 01:50:38 -0800 (Tue, 20 Feb 2007)
Log Message:
-----------
- Added HTML manual generation
Modified Paths:
--------------
trunk/epydoc/Makefile
Modified: trunk/epydoc/Makefile
===================================================================
--- trunk/epydoc/Makefile 2007-02-20 09:49:56 UTC (rev 1541)
+++ trunk/epydoc/Makefile 2007-02-20 09:50:38 UTC (rev 1542)
@@ -14,6 +14,7 @@
EXAMPLES_SRC = $(wildcard doc/*.py)
DOCS = $(wildcard doc/*)
DOCTESTS = $(wildcard src/epydoc/test/*.doctest)
+MANUAL_SRC = $(wildcard doc/manual*.txt)
# What version of python to use?
PYTHON = python
@@ -47,6 +48,9 @@
DOCTEST_HTML_FILES := \
$(DOCTESTS:src/epydoc/test/%.doctest=$(HTML_DOCTEST)/%.html)
+manual-html: $(MANUAL_SRC)
+ $(RST2HTML) doc/manual.txt $(HTML)/epydoc.html
+
##//////////////////////////////////////////////////////////////////////
## Usage
##//////////////////////////////////////////////////////////////////////
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|