Index: Makefile =================================================================== --- Makefile (revision 30432) +++ Makefile (revision 30433) @@ -16,7 +16,7 @@ ps.lst: */*.html */*.png echo "title.html" > ps.lst echo "index.html" >> ps.lst - ls */*.html | sort >> ps.lst + ls */*.html 06_feature/*/*.html | grep -v "06_feature/index.html\|Pre.html\|Post.html" | sort >> ps.lst include Makefile.inst