[WHODO-dev] r29 - trunk/doc/home

0 views
Skip to first unread message

jiangxin

unread,
Oct 13, 2006, 5:14:09 AM10/13/06
to whod...@googlegroups.com
Author: jiangxin
Date: 2006-10-13 02:14:06 -0700 (五, 13 10月 2006)
New Revision: 29

Added:
trunk/doc/home/Makefile
Log:
*.mm -> *.htm

已加入: trunk/doc/home/Makefile
===================================================================
--- trunk/doc/home/Makefile 2006-10-13 08:53:02 UTC (rev 28)
+++ trunk/doc/home/Makefile 2006-10-13 09:14:06 UTC (rev 29)
@@ -0,0 +1,48 @@
+############################################################
+# Customizable variables
+############################################################
+
+# TOOLS_DIR is the place where Makefile.base and other scripts present.
+TOOLS_DIR := ../../tools
+
+# XML_SRCDIR defines the place where XMLs present.
+XML_SRCDIR := .
+
+# XML_INDEX_NAME defines the main XML index page without extension.
+XML_INDEX_NAME :=
+
+# MM_SRC is FreeMind .mm filename
+MM_SRC := zhuangxiu.mm
+
+# RENDER_DIR defines where rendered html, rtf, pdf present.
+RENDER_DIR := .
+
+# OUTNAME defines output HTML(no chunk), RTF, PDF, Archive(*.tar.bz2) base file name without extension.
+OUTNAME := $(notdir $(shell pwd))
+
+# Whether or not contain images/
+IMAGES := $(if $(shell ls images/ 2>/dev/null), images/*,)
+
+# $(INSTALL_DIR)/$(NAME) defines where htmls, pdf, tar.bz2 installed.
+INSTALL_DIR := install
+
+# NAME defines subdir of INSTALLed Target
+NAME := $(notdir $(shell pwd))
+
+# RENDER_OTHERS and INSTALL_OTHERS are scripts copy other necessary files to target dir.
+RENDER_OTHERS :=
+INSTALL_OTHERS :=
+
+HTML_CHUNK_DIR := $(RENDER_DIR)
+
+# Bugs of FOP may cause PDF make failed. if set to yes, not make pdf.
+IGNORE_PDF_MAKE := no
+
+# where or not create version.xml. if set to yes, generate version.xml
+CREATE_VERSION_SOURCE := yes
+
+############################################################
+# Include Makefile.base
+############################################################
+
+include $(TOOLS_DIR)/Makefile.base


Property changes on: trunk/doc/home/Makefile
___________________________________________________________________
文件名:svn:eol-style
+ LF

Reply all
Reply to author
Forward
0 new messages