lsd0013

LSD0013: The donau:// scheme
Log | Files | Refs

commit c783f7212b18d541811bacf9659b52022fdc0452
parent cd9e32cb56f24b90561e73c92bd036e0d943435e
Author: Emmanuel Benoist <emmanuel.benoist@bfh.ch>
Date:   Mon,  5 May 2025 14:46:07 +0200

Some ideas are there (and it can compile)

Diffstat:
MMakefile | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Makefile b/Makefile @@ -1,8 +1,8 @@ all: txt html html: - xml2rfc --html --css style.css draft-schanzen-cake.xml + xml2rfc --html --css style.css draft-donau.xml txt: - xml2rfc draft-schanzen-cake.xml + xml2rfc draft-donau.xml