diff options
| author | Mitja Felicijan <mitja.felicijan@gmail.com> | 2022-01-29 06:35:54 +0100 |
|---|---|---|
| committer | Mitja Felicijan <mitja.felicijan@gmail.com> | 2022-01-29 06:35:54 +0100 |
| commit | 29231c17524aa55ff5915b207d1e697c709b7073 (patch) | |
| tree | 7b0f4c949f0861c8a1e7565f0b7358b33fb74f7c /Makefile | |
| parent | c843640f0f015c77dadb687b51b0f79696ecaa9b (diff) | |
| download | mitjafelicijan.com-29231c17524aa55ff5915b207d1e697c709b7073.tar.gz | |
Added YapYap
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 10 |
1 files changed, 9 insertions, 1 deletions
| @@ -1,3 +1,5 @@ | |||
| 1 | MAKEFLAGS := --jobs=2 | ||
| 2 | |||
| 1 | provision: | 3 | provision: |
| 2 | cd ~/Junk \ | 4 | cd ~/Junk \ |
| 3 | git clone https://git.sr.ht/~sircmpwn/openring \ | 5 | git clone https://git.sr.ht/~sircmpwn/openring \ |
| @@ -17,7 +19,9 @@ openring: | |||
| 17 | < template/openring.tmpl \ | 19 | < template/openring.tmpl \ |
| 18 | > template/openring-build.html | 20 | > template/openring-build.html |
| 19 | 21 | ||
| 20 | dev: openring | 22 | dev: alternator server |
| 23 | |||
| 24 | alternator: openring | ||
| 21 | alternator --watch | 25 | alternator --watch |
| 22 | 26 | ||
| 23 | build: | 27 | build: |
| @@ -33,6 +37,10 @@ build: | |||
| 33 | alternator --build | 37 | alternator --build |
| 34 | rm template/openring-build.html | 38 | rm template/openring-build.html |
| 35 | 39 | ||
| 40 | cd yapyap && yapyap --gen | ||
| 41 | cp yapyap/yapyap.xml public/ | ||
| 42 | cp yapyap/theme.xsl public/ | ||
| 43 | |||
| 36 | server: | 44 | server: |
| 37 | python3 -m http.server 8000 --directory public | 45 | python3 -m http.server 8000 --directory public |
| 38 | 46 | ||
