From 4779a931add92b394d9e7f8155a77968c14592a7 Mon Sep 17 00:00:00 2001 From: n Date: Tue, 21 Jan 2025 21:27:47 +0100 Subject: [PATCH] Revert "remove deprecated MS Word 97 format generation" --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index ba10705..4f04e8a 100644 --- a/Makefile +++ b/Makefile @@ -4,6 +4,7 @@ build: hackmyresume build cv-jrs.json to out/nlegaillart_cv.all -o myoptions.json -t jsonresume-theme-curzy-custom hackmyresume build cv-jrs.json to out/nlegaillart_cv.txt -o myoptions.json hackmyresume build cv-jrs.json to out/nlegaillart_cv.md -o myoptions.json + cd out && libreoffice --headless --convert-to doc:"MS Word 97" nlegaillart_cv.html cd out && libreoffice --headless --convert-to odt nlegaillart_cv.doc cd out && libreoffice --headless --convert-to docx nlegaillart_cv.doc cd out && libreoffice --headless --convert-to rtf nlegaillart_cv.doc