mtd/html/faq Makefile, NONE, 1.1 general.xml, NONE, 1.1 jffs2.xml, NONE, 1.1 jffs3.xml, NONE, 1.1 menu2.xml, NONE, 1.1 nand.xml, NONE, 1.1

gleixner at infradead.org gleixner at infradead.org
Sat Mar 12 08:48:25 EST 2005


Update of /home/cvs/mtd/html/faq
In directory phoenix.infradead.org:/tmp/cvs-serv15437/faq

Added Files:
	Makefile general.xml jffs2.xml jffs3.xml menu2.xml nand.xml 
Log Message:
Add overhauled page sources

--- NEW FILE Makefile ---
# 
CONV 	= "../html.py"

TARGETS	= general.html jffs2.html jffs3.html nand.html

all: $(TARGETS)

$(TARGETS): %.html: %.xml ../inc/*.tmpl ../menu1.xml menu2.xml
	$(CONV) -f $<

clean:
	rm -f $(TARGETS)

***** Error reading new file: [Errno 2] No such file or directory: 'general.xml'
***** Error reading new file: [Errno 2] No such file or directory: 'jffs2.xml'
***** Error reading new file: [Errno 2] No such file or directory: 'jffs3.xml'
--- NEW FILE menu2.xml ---
<PAGE>
	<STARTMENU level="2"/>
	<MENU topic="General" link="general.html" mode="VAR_SEL_GENERAL" />
	<MENU topic="NAND" link="nand.html" mode="VAR_SEL_NAND" />
	<MENU topic="JFFS2" link="jffs2.html" mode="VAR_SEL_JFFS2" />
	<MENU topic="JFFS3" link="jffs3.html" mode="VAR_SEL_JFFS3" />
	<ENDMENU />
</PAGE>

***** Error reading new file: [Errno 2] No such file or directory: 'nand.xml'




More information about the linux-mtd-cvs mailing list