new article
This commit is contained in:
parent
c22214b665
commit
f7ccf4bb87
10 changed files with 209 additions and 15 deletions
2
Makefile
2
Makefile
|
|
@ -17,7 +17,7 @@ article_list := articles.json
|
|||
# article targets
|
||||
articles := $(patsubst %.md,%.html,$(wildcard articles/*.md))
|
||||
|
||||
all: clean index.html about.html
|
||||
all: index.html about.html
|
||||
|
||||
install:
|
||||
cp -r index.html about.html $(articles) $(style) $(images) $(INSTALLDIR); \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue