initial commit
This commit is contained in:
commit
1b2c317a61
6 changed files with 528 additions and 0 deletions
16
Makefile
Normal file
16
Makefile
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
SHELL=/bin/bash
|
||||
.PHONY: default
|
||||
|
||||
default: all
|
||||
|
||||
bib: 03-supplementary_data/library
|
||||
[ -f 03-supplementary_data/lib.bib ] && rm 03-supplementary_data/lib.bib
|
||||
papis export -a -o 03-supplementary_data/lib.bib
|
||||
|
||||
render: concepts.md
|
||||
quarto render
|
||||
|
||||
config: ~/documents/library/litrev-rahman
|
||||
ln -s ~/documents/library/ilo-wow 03-supplementary_data/library
|
||||
|
||||
all: bib render
|
||||
Loading…
Add table
Add a link
Reference in a new issue