From 215a9ce237b0610eb2061663aed4b98b8adea33b Mon Sep 17 00:00:00 2001
From: Austin Clements <amdragon@mit.edu>
Date: Fri, 2 Sep 2011 16:36:08 -0400
Subject: [PATCH] A few missed xv6.pdf dependencies

---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index 6797c8c..e259619 100644
--- a/Makefile
+++ b/Makefile
@@ -178,7 +178,7 @@ clean:
 
 # make a printout
 FILES = $(shell grep -v '^\#' runoff.list)
-PRINT = runoff.list runoff.spec $(FILES)
+PRINT = runoff.list runoff.spec README toc.hdr toc.ftr $(FILES)
 
 xv6.pdf: $(PRINT)
 	./runoff
-- 
GitLab