ソースを参照

Prüfungsindex hatte noch falsche Verweise

phi 1年前
コミット
f643d7d803
3個のファイルの変更5行の追加4行の削除
  1. 1
    1
      skript_index/clean.sh
  2. 2
    2
      skript_index/makepdf.sh
  3. 2
    1
      skript_index/pruefung.py

+ 1
- 1
skript_index/clean.sh ファイルの表示

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

+ 2
- 2
skript_index/makepdf.sh ファイルの表示

@@ -14,7 +14,7 @@ export ZIELGRUPPE="ALLG"
14 14
 
15 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 19
 cp pruefungsIndex.pdf pruefungsIndex_Fragen.pdf
20 20
 
@@ -22,7 +22,7 @@ export ZIELGRUPPE="TRAINER"
22 22
 #export ZIELGRUPPE="TRAINER_GESO"
23 23
 
24 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 27
 mv pruefungsIndex.pdf pruefungsIndex_Loesungen.pdf
28 28
 

+ 2
- 1
skript_index/pruefung.py ファイルの表示

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

読み込み中…
キャンセル
保存