From 57ead5b92b9b87fcc41f17095fdaea25d053f5da Mon Sep 17 00:00:00 2001 From: likho Date: Thu, 8 Dec 2022 18:23:17 -0800 Subject: [PATCH] removed deprecated recipe from makefile & added readme --- Makefile | 12 ++---------- README.md | 20 ++++++++++++++++++++ 2 files changed, 22 insertions(+), 10 deletions(-) create mode 100644 README.md diff --git a/Makefile b/Makefile index 84ebee9..6ef5d38 100644 --- a/Makefile +++ b/Makefile @@ -5,19 +5,11 @@ RENDERS= ch1.html ch2.html ch3.html blog.html html: $(RENDERS) -$(RENDERS): %.html : %.txt +$(RENDERS): %.html : en/%.md $(CC) $^ -o $@ archive: - zip ./cephalon-stallman.zip ./Makefile ./ch*.txt - -neocities: - ~/Documents/edit/neopublish.sh ch1.html > renders/ch1.html - ~/Documents/edit/neopublish.sh ch2.html > renders/ch2.html - ~/Documents/edit/neopublish.sh ch3.html > renders/ch3.html - ~/Documents/edit/neopublish.sh blog.html > renders/blog.html - cd renders; \ - python ~/Documents/edit/generate_neonav.py ./ch1.html ./ch2.html ./ch3.html ./blog.html + zip ./cephalon-stallman.zip ./Makefile ./en/ch*.md clean: rm $(RENDERS) diff --git a/README.md b/README.md new file mode 100644 index 0000000..e01747a --- /dev/null +++ b/README.md @@ -0,0 +1,20 @@ + +# Cephalon Stallman + +*Free software advocate Richard Stallman awakens as a cephalon in the Warframe universe.* + +This repository tracks edits to the story and contains scripts used to export the story to different formats. + +The story can be read, downloaded, or commented on at [Archive of Our Own](https://archiveofourown.org/works/31952035/chapters/79133395). + +## Requirements + +Tools used are `make` and `pandoc`. + +## File and Directory Structure + +The story is written in English originally. The files for the chapters are placed in `en/`. + +The French translation is placed in `fr/`. + +Any subsequent translations would be placed in a folder with a two-character name to indicate the language.