From 8300a049bea5871ba2db4117d7b4f5a673ee251e Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Tue, 16 Dec 2025 22:17:35 +0100 Subject: chore: Improved makefile and structure. --- Makefile | 9 ++++++--- README.md | 6 ++---- source/INDEX.md | 4 ++-- 3 files changed, 10 insertions(+), 9 deletions(-) diff --git a/Makefile b/Makefile index f2019ba..4aa5669 100644 --- a/Makefile +++ b/Makefile @@ -2,13 +2,16 @@ # Author: Amlal El Mahrouss # Purpose: Generate HTML papers from LaTex documents. +TEX := htlatex +ECHO := @echo + all: html-wg01 html-wg02 - @echo "=> DONE. + $(ECHO) "=> Done building Tex files." .PHONY: html-wg01 html-wg01: - htlatex source/wg01/wg01.tex + $(TEX) source/wg01/wg01.tex .PHONY: html-wg02 html-wg02: - htlatex source/wg02/wg02.tex + $(TEX) source/wg02/wg02.tex diff --git a/README.md b/README.md index d76eedf..372595a 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,6 @@ -# The WG Papers. +# Introduction: -## Introduction: - -This is the Working Group Papers of the NeKernel.org project. +This is the Working Group papers of NeKernel.org. Refer to [`CITATION.cff`](CITATION.cff) if you wish to cite these documents. ## Getting Started: diff --git a/source/INDEX.md b/source/INDEX.md index 4ced327..74215e6 100644 --- a/source/INDEX.md +++ b/source/INDEX.md @@ -1,10 +1,10 @@ -# Introduction +# Introduction: This file indexes the different working groups and their purpose. ## Working Groups: -The following working groups are active: +Here are the following active working groups: - WG01: `Kernel Architecture Group.` - WG02: `Multi-Tasking Group.` -- cgit v1.2.3