Skip to content

Commit

Permalink
Adjust Makefiles and tests for spec/2009
Browse files Browse the repository at this point in the history
  • Loading branch information
ingydotnet committed Aug 28, 2021
1 parent 18ea0ee commit ce5d4d1
Show file tree
Hide file tree
Showing 12 changed files with 13,111 additions and 25 deletions.
11 changes: 3 additions & 8 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,15 +35,10 @@ jobs:
run:
git fetch origin gh-pages

- name: Make the 1.2 spec.html from docbook
- name: Make the 2009 1.2 spec.html from docbook
run:
source .rc &&
make -C 1.2 clean html

- name: Make spec/index.md from 1.2/spec.html
run:
source .rc &&
make -C spec build
make -C spec/2009 clean html

- name: Make web content
run:
Expand All @@ -54,7 +49,7 @@ jobs:
run:
bash -c '
set -x;
[[ -e 1.2/spec.html ]] &&
[[ -e spec/2009/spec.html ]] &&
[[ -e www/_gh-pages/spec.html ]] &&
true
'
Expand Down
3 changes: 1 addition & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ _:

clean:
git worktree prune
$(MAKE) -C 1.2 $@
$(MAKE) -C spec $@
$(MAKE) -C spec/2009 $@
$(MAKE) -C www $@
$(MAKE) -C tool/docker clean-all
Loading

0 comments on commit ce5d4d1

Please sign in to comment.