Completely rework documentation build
[senf.git] / HowTos / SConscript
index 004509b..86793ee 100644 (file)
@@ -1,12 +1,11 @@
 # -*- python -*-
 
 Import('env')
-import SENFSCons, glob
+import SENFSCons, glob, sys
+import yaptu
 
 ###########################################################################
 
-import yaptu
-
 HOWTOS = []
 for dox in sorted(glob.glob("*/Mainpage.dox")):
     title = ([None] + [ line.split('\\mainpage',1)[-1].strip() for line in file(dox)