Skip to content

Commit 94d734f

Browse files
committed
Add old tutorial.
1 parent 61edb00 commit 94d734f

File tree

144 files changed

+66425
-2
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

144 files changed

+66425
-2
lines changed

Diff for: GNUmakefile

+8-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
pretty:
2-
env DYLD_LIBRARY_PATH=${LD_LIBRARY_PATH} flx_pretty embedc.fdoc
3-
env DYLD_LIBRARY_PATH=${LD_LIBRARY_PATH} flx_pretty corout.fdoc
2+
env DYLD_LIBRARY_PATH=${LD_LIBRARY_PATH} flx_pretty --outdir=web embedc.fdoc
3+
env DYLD_LIBRARY_PATH=${LD_LIBRARY_PATH} flx_pretty --outdir=web corout.fdoc
4+
env DYLD_LIBRARY_PATH=${LD_LIBRARY_PATH} flx_pretty --outdir=web ../felix/src/packages/lists.fdoc
5+
6+
tut:
7+
for file in /Users/skaller/felix/src/web/tut/*.fdoc; do \
8+
env DYLD_LIBRARY_PATH=${LD_LIBRARY_PATH} flx_pretty --outdir=web "$${file}"; \
9+
done
410

511
extract:
612
flx_iscr embedc.fdoc

0 commit comments

Comments
 (0)