Kaynağa Gözat

Prüfungsindex hatte noch falsche Verweise

phi 1 yıl önce
ebeveyn
işleme
f643d7d803

+ 1
- 1
skript_index/clean.sh Dosyayı Görüntüle

1
-. ../../layout/clean.sh
1
+. ../../framework/bin/clean.sh
2
 rm ./pruefungsIndex.tex
2
 rm ./pruefungsIndex.tex

+ 2
- 2
skript_index/makepdf.sh Dosyayı Görüntüle

14
 
14
 
15
 export MAKE_DIR=$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )
15
 export MAKE_DIR=$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )
16
 
16
 
17
-../../layout/bin/makeall.sh
17
+../../framework/bin/makeall.sh
18
 
18
 
19
 cp pruefungsIndex.pdf pruefungsIndex_Fragen.pdf
19
 cp pruefungsIndex.pdf pruefungsIndex_Fragen.pdf
20
 
20
 
22
 #export ZIELGRUPPE="TRAINER_GESO"
22
 #export ZIELGRUPPE="TRAINER_GESO"
23
 
23
 
24
 export MAKE_DIR=$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )
24
 export MAKE_DIR=$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )
25
-../../layout/bin/makeall.sh
25
+../../framework/bin/makeall.sh
26
 
26
 
27
 mv pruefungsIndex.pdf pruefungsIndex_Loesungen.pdf
27
 mv pruefungsIndex.pdf pruefungsIndex_Loesungen.pdf
28
 
28
 

+ 2
- 1
skript_index/pruefung.py Dosyayı Görüntüle

11
 import re; # regex
11
 import re; # regex
12
 
12
 
13
 skriptPath=os.path.dirname(os.path.realpath(__file__));
13
 skriptPath=os.path.dirname(os.path.realpath(__file__));
14
-pruefungsAufgabenPath='../pruefungen/aufgaben';
14
+#pruefungsAufgabenPath='../pruefungen/aufgaben';
15
+pruefungsAufgabenPath='../aufgaben';
15
 
16
 
16
 tempListe=[];
17
 tempListe=[];
17
 def print_tex_directory_contents(sPath):
18
 def print_tex_directory_contents(sPath):

Loading…
İptal
Kaydet