A few missed xv6.pdf dependencies
This commit is contained in:
parent
e3ab68e031
commit
215a9ce237
1 changed files with 1 additions and 1 deletions
2
Makefile
2
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
|
||||
|
|
Loading…
Reference in a new issue