Update docs.
[pintos-anon] / doc / projects.texi
index a342fe7cc769098e7cb266a4fd6becfad815e161..f803ac07a8fd99dba5cc9451347e3b26f872c8d0 100644 (file)
@@ -1,5 +1,19 @@
+\input texinfo                          @c -*- texinfo -*-
+@c %**start of header
+@setfilename projects.info
+@settitle Pintos Projects
+@c %**end of header
+
+@titlepage
+@title Pintos Projects
+@end titlepage
+
+@contents
+
+@ifnottex
 @node Top, Introduction, (dir), (dir)
 @top Pintos Projects
+@end ifnottex
 
 @menu
 * Introduction::                
@@ -9,6 +23,8 @@
 * Project 4--File Systems::     
 * Multilevel Feedback Scheduling::  
 * Coding Standards::            
+* Project Documentation::       
+* Debugging Tools::             
 @end menu
 
 @include intro.texi
@@ -16,7 +32,9 @@
 @include userprog.texi
 @include vm.texi
 @include filesys.texi
-@c @include devel.texi
 @include mlfqs.texi
 @include standards.texi
 @include doc.texi
+@include debug.texi
+
+@bye