mtd/Documentation/jffs3 Makefile,1.1,1.2

Artem Bityutskiy dedekind at infradead.org
Wed Nov 2 10:13:09 EST 2005


Update of /home/cvs/mtd/Documentation/jffs3
In directory phoenix.infradead.org:/tmp/cvs-serv25317

Modified Files:
	Makefile 
Log Message:
Add html target.


Index: Makefile
===================================================================
RCS file: /home/cvs/mtd/Documentation/jffs3/Makefile,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- Makefile	2 Nov 2005 13:53:10 -0000	1.1
+++ Makefile	2 Nov 2005 15:13:06 -0000	1.2
@@ -5,12 +5,21 @@
 	   pics/idxprobl.pdf  pics/journal-02.pdf pics/sb-01.pdf \
 	   pics/wandtree.pdf
 	   
+png_files: pics/btree-01.png pics/flash-01.png pics/journal-01.png \
+	   pics/node-01.png  pics/sb-02.png pics/btree-02.png \
+	   pics/idxprobl.png  pics/journal-02.png pics/sb-01.png \
+	   pics/wandtree.png
+	   
 
 tex_files: JFFS3design.tex
 	
 
 pdf: pdf_files tex_files
 	pdflatex JFFS3design.tex
+	
+html: png_files tex_files
+	latex2html JFFS3design.tex
 
 clean:
-	rm -rf JFFS3design.aux JFFS3design.log JFFS3design.out JFFS3design.pdf JFFS3design.toc
+	rm -rf JFFS3design.aux JFFS3design.log JFFS3design.out \
+	JFFS3design.pdf JFFS3design.toc JFFS3design





More information about the linux-mtd-cvs mailing list