Initial commit
This commit is contained in:
commit
4b58f24c6b
3
.gitignore
vendored
Normal file
3
.gitignore
vendored
Normal file
@ -0,0 +1,3 @@
|
||||
site/
|
||||
data.md
|
||||
site.txz
|
6
.gitmodules
vendored
Normal file
6
.gitmodules
vendored
Normal file
@ -0,0 +1,6 @@
|
||||
[submodule "hhl"]
|
||||
path = hhl
|
||||
url = ./hhl
|
||||
[submodule "handbook"]
|
||||
path = handbook
|
||||
url = ./handbook
|
13
Makefile
Normal file
13
Makefile
Normal file
@ -0,0 +1,13 @@
|
||||
subdirs += hhl
|
||||
subdirs += handbook
|
||||
|
||||
site.txz: $(subdirs)
|
||||
tar cJf $@ site
|
||||
|
||||
$(subdirs):
|
||||
$(MAKE) -C $@
|
||||
|
||||
clean:
|
||||
rm -rf site
|
||||
|
||||
.PHONY: $(subdirs) clean
|
1
handbook
Submodule
1
handbook
Submodule
@ -0,0 +1 @@
|
||||
Subproject commit 3c05f120d0fbf9874a6589873ab41c3ef75f7da1
|
1
hhl
Submodule
1
hhl
Submodule
@ -0,0 +1 @@
|
||||
Subproject commit a9de527a5c6a889ff02675734d794f00d9939264
|
Loading…
Reference in New Issue
Block a user