Initial commit

This commit is contained in:
Nathan Fisher 2021-02-19 22:48:06 -05:00
commit 4b58f24c6b
5 changed files with 24 additions and 0 deletions

3
.gitignore vendored Normal file
View File

@ -0,0 +1,3 @@
site/
data.md
site.txz

6
.gitmodules vendored Normal file
View File

@ -0,0 +1,6 @@
[submodule "hhl"]
path = hhl
url = ./hhl
[submodule "handbook"]
path = handbook
url = ./handbook

13
Makefile Normal file
View 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

@ -0,0 +1 @@
Subproject commit 3c05f120d0fbf9874a6589873ab41c3ef75f7da1

1
hhl Submodule

@ -0,0 +1 @@
Subproject commit a9de527a5c6a889ff02675734d794f00d9939264