Skip to content

Commit

Permalink
[Template merge] unignoring some c/p cg3 files
Browse files Browse the repository at this point in the history
  • Loading branch information
flammie committed Aug 8, 2024
1 parent 6b97ab3 commit b8bd825
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
2 changes: 0 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,6 @@
/docs/vendor
/giella-*.pc
/misc/*
/src/cg3/dependency.cg3
/src/cg3/functions.cg3
/src/cg3/generated-tag-list.cg3
/src/cg3/valency-postspell.cg3
/src/fst/filters/*-tags.txt
Expand Down
7 changes: 4 additions & 3 deletions Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,10 @@ test: check

# recurse all make devs just
dev:
$(MAKE) dev -C tools/tokenisers
$(MAKE) dev -C tools/grammarcheckers
$(MAKE) dev -C tools/tts
-$(MAKE) dev -C tools/analysers
-$(MAKE) dev -C tools/tokenisers
-$(MAKE) dev -C tools/grammarcheckers
-$(MAKE) dev -C tools/tts

# Remove html tables created by some of the developer tools:
clean-local:
Expand Down

0 comments on commit b8bd825

Please sign in to comment.