Skip to content

Commit

Permalink
Fix typo that stopped spellrestrict-nfd2nfc filters from being built
Browse files Browse the repository at this point in the history
  • Loading branch information
snomos committed May 3, 2024
1 parent 7daaacf commit c73d62a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion am-shared/src-orthography-dir-include.am
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

GT_NFC2NFD=spellrelax-nfc2nfd.regex
GT_NFD2NFC=spellrestrict-nfd2nfc.regex
GT_GENERATED_REGEX_SRCS=$(GT_NFC2NFD) $(GT_NFC2NFD)
GT_GENERATED_REGEX_SRCS=$(GT_NFC2NFD) $(GT_NFD2NFC)
GT_ORTHOGRAPHIC_REGEX_SRCS+=$(GT_GENERATED_REGEX_SRCS)
#! @var GT_ORTHOGRAPHIC_SRCS names of orthographic rule source files, should
#! be one of:
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

## You should have received a copy of the GNU General Public License
## along with this program. If not, see <http://www.gnu.org/licenses/>.
AC_INIT([giella-core], [0.23.0], [feedback@divvun.no], [giella-core], [https://github.com/giellalt/giella-core])
AC_INIT([giella-core], [0.23.1], [feedback@divvun.no], [giella-core], [https://github.com/giellalt/giella-core])
AC_REVISION([$Revision$])
AC_CONFIG_AUX_DIR([build-aux])
AM_INIT_AUTOMAKE([1.9 tar-pax -Wall -Werror foreign])
Expand Down

0 comments on commit c73d62a

Please sign in to comment.