This website works better with JavaScript.
Home
Help
Sign In
rico
/
HomePage
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
ajoute un Makefile pour générer le bazar
master
vince vince
3 years ago
parent
14f701b1da
commit
662d762bb1
2 changed files
with
11 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
.gitignore
+9
-0
Makefile
+ 2
- 0
.gitignore
View File
@ -0,0 +1,2 @@
web
!web/.gitkeep
+ 9
- 0
Makefile
View File
@ -0,0 +1,9 @@
TEMPLATE
=
template.html
all
:
web
/
style
.
css
web
/
index
.
html
web/style.css
:
style
.
css
cp $<
$@
web/%.html
:
%.
md
pandoc --from markdown $< --output
$@
--standalone --template
$(
TEMPLATE
)
Write
Preview
Loading…
Cancel
Save