Skip to content

Commit

Permalink
Incorporate the bio in the docx
Browse files Browse the repository at this point in the history
These files are concatenated from their respective sources, before pandoc is given a chance to operate
  • Loading branch information
dvberkel committed Jul 18, 2024
1 parent a542fdb commit 7025f28
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 2 additions & 2 deletions articles/java-magazine/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ TARGET=parser-combinators.docx
all: ${TARGET}
@echo "Done"

%.docx: %.md
pandoc --highlight-style tango -f markdown -t docx -o $@ $<
${TARGET}: parser-combinators.md bio.md
cat $^ | pandoc --highlight-style tango -f markdown -t docx -o $@

clean:
rm -f ${TARGET}
3 changes: 3 additions & 0 deletions articles/java-magazine/bio.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@

# Bio

## Geert
Geert is a prolific software developer who is employed by OpenValue and
currently works for Alliander. At Alliander Geert is responsible for creating
Expand Down

0 comments on commit 7025f28

Please sign in to comment.