From 9eb91046649a608f3b5ad1b68ddc9d5fae746f3b Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Sun, 25 May 2025 16:26:00 +0200 Subject: [PATCH] blanc --- build.py | 2 +- cnam.marc/blanc/build.py | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) 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'