ladok3 4.13__py3-none-any.whl → 5.4__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
doc/ltxobj/ladok3.pdf CHANGED
Binary file
ladok3/Makefile CHANGED
@@ -1,9 +1,11 @@
1
1
  LIB= ladok3.nw api.nw undoc.nw
2
2
  CLI= cli.nw data.nw report.nw student.nw
3
+ SCRIPTS=$(shell noroots scripts.nw | sed -E "s/(<<|>>)//g")
3
4
 
4
5
  .PHONY: all
5
6
  all: ${LIB:.nw=.tex} __init__.py
6
7
  all: ${CLI:.nw=.tex} ${CLI:.nw=.py} ladok.bash
8
+ all: scripts.tex ${SCRIPTS}
7
9
 
8
10
  __init__.py: ladok3.py
9
11
  mv $^ $@
@@ -13,6 +15,9 @@ ladok3.py: ${LIB}
13
15
  ladok.bash: __init__.py ${CLI:.nw=.py}
14
16
  register-python-argcomplete ladok > $@
15
17
 
18
+ ${SCRIPTS}: scripts.nw
19
+ ${NOTANGLE.sh}
20
+
16
21
 
17
22
  .PHONY: clean
18
23
  clean:
@@ -20,6 +25,7 @@ clean:
20
25
  ${RM} ${LIB:.nw=.tex}
21
26
  ${RM} ${CLI:.nw=.tex}
22
27
  ${RM} ${CLI:.nw=.py} ladok.bash
28
+ ${RM} scripts.tex ${SCRIPTS}
23
29
 
24
30
  .PHONY: distclean
25
31
  distclean: