diff options
author | kaashoek <kaashoek> | 2006-09-03 14:38:10 +0000 |
---|---|---|
committer | kaashoek <kaashoek> | 2006-09-03 14:38:10 +0000 |
commit | 97a5bba6d25588706d2765097b4e940793f2fd9f (patch) | |
tree | aa92664cdaa85b038577ec0a5684e876e34c7985 /Makefile | |
parent | 2aa4c3bc29b67dcc4810aca96fd0ae8aa7c32b5e (diff) | |
download | xv6-labs-97a5bba6d25588706d2765097b4e940793f2fd9f.tar.gz xv6-labs-97a5bba6d25588706d2765097b4e940793f2fd9f.tar.bz2 xv6-labs-97a5bba6d25588706d2765097b4e940793f2fd9f.zip |
index for printout
some cleanup
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -69,15 +69,15 @@ PRINT = \ console.c\ string.c\ +# make a print, but the resulting xv6.ind need some editing print: $(PRINT) - //~/src/lgrind/source/lgrind -d ~/src/lgrind/lgrindef $(PRINT) > xv6.tex - lgrind $(PRINT) > xv6.tex + lgrind -d ./lgrindef $(PRINT) > xv6.tex + latex xv6.tex + makeindex xv6.idx latex xv6.tex dvips -o xv61.ps xv6.dvi psnup -2 xv61.ps > xv6.ps rm -f xv61.ps -// a2ps --line-numbers=1 -M Letter $(PRINT) -o xv6.ps -// a2ps --line-numbers=1 -M Letter $(PRINT) --toc -atoc -o xv6toc.ps vectors.S : vectors.pl perl vectors.pl > vectors.S @@ -137,7 +137,7 @@ fs.img : mkfs userfs usertests echo cat readme init sh ls mkdir rm fstests -include *.d clean : - rm -f *.ps *.tex *.dvi *.idx *.aux .log \ + rm -f *.ps *.tex *.dvi *.idx *.aux *.log *.ind *.ilg \ *.o *.d *.asm vectors.S parport.out \ bootblock kernel xv6.img user1 userfs usertests \ fs.img mkfs echo init fstests |