Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Anders Blomdell
packning-ombyggnad
Commits
96bbb971
Commit
96bbb971
authored
Feb 14, 2019
by
Anders Blomdell
Browse files
Add HTML generation of full list
parent
491a9845
Changes
1
Hide whitespace changes
Inline
Side-by-side
Makefile
0 → 100644
View file @
96bbb971
DATA
=
$(
shell
ls
-1
data/
*
|
grep
-v
'~'
)
all
:
.PHONY
:
html
html
:
| generated
cat
$(DATA)
| rst2html
>
generated/hangar51.html
generated
:
mkdir
generated
clean
:
| generated
rm
-f
generated/
*
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment