Skip to content

Commit c587942

Browse files
committed
+vokoenh.dtd
1 parent 02f77c9 commit c587942

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/push-revo-update.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,11 @@ jobs:
3030
run: |
3131
sudo apt-get update
3232
sudo apt-get install rxp curl
33-
- name: Akiru vokosgn.dtd
33+
- name: Akiru vokosgn.dtd, vokoenh.dtd
3434
run: |
3535
mkdir dtd
3636
curl -O --output-dir dtd https://raw.githubusercontent.com/revuloj/voko-grundo/refs/heads/master/dtd/vokosgn.dtd
37+
curl -O --output-dir dtd https://raw.githubusercontent.com/revuloj/voko-grundo/refs/heads/master/dtd/vokoenh.dtd
3738
- name: Kurigu test-skripton
3839
run: |
3940
./tst/xml-test.sh

tst/xml-test.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
set -e
66

77
echo "Ni testas la sintakson de agordodosieroj. Necesas instalita programo rxp."
8-
echo "Ni ankaŭ bezonas dtd/vokosgn.dtd por la bibliografio!"
8+
echo "Ni ankaŭ bezonas dtd/vokosgn.dtd, dtd/vokoenh.dtd por la bibliografio!"
99

1010
echo "cfg/bibliogr.xml"
1111
rxp -Vs cfg/bibliogr.xml

0 commit comments

Comments
 (0)