File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -11,16 +11,12 @@ $(course): scribble zips
1111
1212zips :
1313 mkdir -p $(course ) /code/
14- cd ../langs ; \
15- tar -c ` git ls-files intro a86 abscond blackmail con dupe dodger evildoer extort fraud hustle hoax iniquity iniquity-gc iniquity-plus jig knock loot mug mountebank neerdowell outlaw fp project.pdf` \
16- a86/main.c a86/gcd.c a86/tri.s abscond/42.s | \
14+ cd ` racket -e ' (require pkg/lib) (display (path->string (pkg-directory "langs")))' ` ; \
15+ tar -c ` git ls-files a86 abscond blackmail con dupe dodger evildoer extort fraud hustle hoax iniquity iniquity-gc jig knock loot mug mountebank neerdowell outlaw` | \
1716 (cd ../www/main/code ; tar -x ; \
18- for f in abscond blackmail con dupe dodger evildoer extort fraud hustle hoax iniquity iniquity-gc iniquity-plus jig knock loot mug mountebank neerdowell outlaw ; do \
17+ for f in abscond blackmail con dupe dodger evildoer extort fraud hustle hoax iniquity iniquity-gc jig knock loot mug mountebank neerdowell outlaw ; do \
1918 zip $$ {f}.zip -r $$ {f}/ ; \
2019 done )
21- cd slides ; \
22- tar -c ` git ls-files ocaml-to-racket.pdf abscond.pdf con.pdf dupe.pdf extort.pdf grift.pdf grift2.pdf hustle.pdf` | \
23- (cd ../main/code ; tar -x) ; cd ../..
2420
2521scribble :
2622 raco scribble --htmls \
You can’t perform that action at this time.
0 commit comments