From bbf5145d4b0497535e71002218ef5271ba0bbead Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Tue, 16 Dec 2025 14:36:49 +0100 Subject: feat: makefile for WG01 and WG02. Signed-off-by: Amlal El Mahrouss --- .gitignore | 12 +++++++++++- Makefile | 14 ++++++++++++++ README.md | 6 ++++++ 3 files changed, 31 insertions(+), 1 deletion(-) create mode 100644 Makefile diff --git a/.gitignore b/.gitignore index fc0bfdf..6e059ae 100644 --- a/.gitignore +++ b/.gitignore @@ -4,4 +4,14 @@ *.log *.pdf *.gz -*.out \ No newline at end of file +*.out +*.xref +*.html +*.dvi +*.css +*.idv +*.4ct +*.4tc +*.lg +*.tmp +Makefile~ diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..f2019ba --- /dev/null +++ b/Makefile @@ -0,0 +1,14 @@ +# File: Makefile +# Author: Amlal El Mahrouss +# Purpose: Generate HTML papers from LaTex documents. + +all: html-wg01 html-wg02 + @echo "=> DONE. + +.PHONY: html-wg01 +html-wg01: + htlatex source/wg01/wg01.tex + +.PHONY: html-wg02 +html-wg02: + htlatex source/wg02/wg02.tex diff --git a/README.md b/README.md index 0920f8c..d76eedf 100644 --- a/README.md +++ b/README.md @@ -13,4 +13,10 @@ Please fork and clone the repository first: git clone git@github.com:/draft.git ``` +## Requirements: + +- LiveTeX +- Git +- GNU CoreUtils + ##### (c) 2025 Amlal El Mahrouss & NeKernel.org Authors, licensed under Apache 2.0. \ No newline at end of file -- cgit v1.2.3