diff --git a/build.py b/build.py index e34fd9f..5438363 100755 --- a/build.py +++ b/build.py @@ -8,7 +8,7 @@ from rwx.prj import Project from rwx.prj.sphinx import SphinxProject PROJECTS = [ - # "blanc", + "blanc", # "probatoire", # "thesis", ] diff --git a/cnam.marc/blanc/build.py b/cnam.marc/blanc/build.py index 382fc96..1266262 100755 --- a/cnam.marc/blanc/build.py +++ b/cnam.marc/blanc/build.py @@ -1,4 +1,4 @@ -#! /usr/bin/python3 -B +#! /usr/bin/env -S python3 -B import os import shutil @@ -6,8 +6,8 @@ import subprocess import sys DOCUMENTS = [ - # ('document', 'mémoire'), - # ('présentation', 'présentation'), + ('document', 'mémoire'), + ('présentation', 'présentation'), ] TMP = 'tmp'