giellalt / lang-sma

Finite state and Constraint Grammar based analysers and proofing tools, and language resources for the Southern Sami language
https://giellalt.uit.no
GNU General Public License v3.0
2 stars 3 forks source link

docs/ doesn't build since rename #6

Closed TinoDidriksen closed 4 years ago

TinoDidriksen commented 4 years ago

docs/Makefile.am is non-standard, so the patch failed to apply: https://github.com/giellalt/lang-sma/commit/6bc54c802724c10dc1b2431ce7f840ceaf190c60#diff-19986dee3b714f47467e914eb62aa141de85a1c2533ffcae7602a71be37d5558

Leading to:

Making all in docs
make[2]: Entering directory '/build/giella-sma-0.2.0+g10734~a7fb3d34-1~sid1/docs'
"/usr/bin/awk" -f /usr/share/giella-core/scripts/doccomments2gfm.awk < ../src/fst/root.lexc > root-morphology.md
"/usr/bin/awk" -f /usr/share/giella-core/scripts/doccomments2gfm.awk < ../src/fst/phonology.twolc > phonology-morphology.md
"/usr/bin/awk" -f /usr/share/giella-core/scripts/doccomments2gfm.awk < ../src/fst/affixes/nouns.lexc > nouns-affixes.md
awk: fatal: can't open source file `/usr/share/giella-core/scripts/doccomments2gfm.awk' for reading (No such file or directory)
awk: fatal: can't open source file `/usr/share/giella-core/scripts/doccomments2gfm.awk' for reading (No such file or directory)
make[2]: *** [Makefile:854: root-morphology.md] Error 2
make[2]: *** Waiting for unfinished jobs....
awk: fatal: can't open source file `/usr/share/giella-core/scripts/doccomments2gfm.awk' for reading (No such file or directory)
snomos commented 4 years ago

This is work in progress, but it should not break builds like demonstrated.

TinoDidriksen commented 4 years ago

Alrighty, but Makefile.am.rej was committed.

Searching through existing checkouts for *.rej also finds -sme's https://github.com/giellalt/lang-sme/blob/develop/m4/giella-macros.m4.rej though that's a much older file.

snomos commented 4 years ago

ah - thanks for the notice, I will remove them.

snomos commented 4 years ago

Done, thanks again.