Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rewrite enchant and enchant-lsmod commands in Vala #397

Closed
wants to merge 4 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,4 @@ Makefile.in
/INSTALL
/test-driver
/stamp-h1
/README
4 changes: 2 additions & 2 deletions Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ ALL_SOURCE_FILES = \
lib/*.vala \
src/Makefile.am \
src/*.h \
src/enchant*.c \
src/enchant*.vala \
providers/Makefile.am \
providers/*.[ch] \
providers/*.cpp \
Expand All @@ -52,7 +52,7 @@ doxygen: Doxyfile
dist: doxygen

loc:
cloc --force-lang="Bourne Shell",conf $(ALL_SOURCE_FILES)
$(CLOC) $(ALL_SOURCE_FILES)

# Ignore built files that are part of the distribution (specifically,
# doxygen/*).
Expand Down
6 changes: 5 additions & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# along with this program; if not, see <https://www.gnu.org/licenses/>.

AC_PREREQ([2.71])
AC_INIT([enchant],[2.8.2])
AC_INIT([Enchant],[2.8.2])
AC_CONFIG_SRCDIR(lib/enchant.h)
AC_CONFIG_AUX_DIR([build-aux])
AM_INIT_AUTOMAKE([subdir-objects tar-ustar])
Expand Down Expand Up @@ -199,6 +199,10 @@ AM_CONDITIONAL(WITH_APPLESPELL, test "$with_applespell" = yes)
dnl Experimental/deprecated providers
ENCHANT_CHECK_PKG_CONFIG_PROVIDER([zemberek], [ZEMBEREK], [dbus-glib-1 >= 0.62], [no])

dnl Counting code
CLOC="cloc --force-lang='Bourne Shell',conf"
AC_SUBST([CLOC])

dnl =======================================================================================

AC_CONFIG_HEADERS([config.h])
Expand Down
234 changes: 0 additions & 234 deletions doxygen/html/enchant-provider_8h_source.html

This file was deleted.

3 changes: 0 additions & 3 deletions doxygen/html/inherit_graph_10.map

This file was deleted.

1 change: 0 additions & 1 deletion doxygen/html/inherit_graph_10.md5

This file was deleted.

Binary file removed doxygen/html/inherit_graph_10.png
Binary file not shown.
3 changes: 0 additions & 3 deletions doxygen/html/inherit_graph_11.map

This file was deleted.

1 change: 0 additions & 1 deletion doxygen/html/inherit_graph_11.md5

This file was deleted.

Binary file removed doxygen/html/inherit_graph_11.png
Binary file not shown.
3 changes: 0 additions & 3 deletions doxygen/html/inherit_graph_12.map

This file was deleted.

1 change: 0 additions & 1 deletion doxygen/html/inherit_graph_12.md5

This file was deleted.

Binary file removed doxygen/html/inherit_graph_12.png
Binary file not shown.
3 changes: 0 additions & 3 deletions doxygen/html/inherit_graph_13.map

This file was deleted.

1 change: 0 additions & 1 deletion doxygen/html/inherit_graph_13.md5

This file was deleted.

Binary file removed doxygen/html/inherit_graph_13.png
Binary file not shown.
3 changes: 0 additions & 3 deletions doxygen/html/inherit_graph_14.map

This file was deleted.

1 change: 0 additions & 1 deletion doxygen/html/inherit_graph_14.md5

This file was deleted.

Binary file removed doxygen/html/inherit_graph_14.png
Binary file not shown.
3 changes: 0 additions & 3 deletions doxygen/html/inherit_graph_15.map

This file was deleted.

1 change: 0 additions & 1 deletion doxygen/html/inherit_graph_15.md5

This file was deleted.

Binary file removed doxygen/html/inherit_graph_15.png
Binary file not shown.
3 changes: 0 additions & 3 deletions doxygen/html/inherit_graph_16.map

This file was deleted.

1 change: 0 additions & 1 deletion doxygen/html/inherit_graph_16.md5

This file was deleted.

Binary file removed doxygen/html/inherit_graph_16.png
Binary file not shown.
3 changes: 0 additions & 3 deletions doxygen/html/inherit_graph_17.map

This file was deleted.

1 change: 0 additions & 1 deletion doxygen/html/inherit_graph_17.md5

This file was deleted.

Binary file removed doxygen/html/inherit_graph_17.png
Binary file not shown.
4 changes: 0 additions & 4 deletions doxygen/html/inherit_graph_18.map

This file was deleted.

1 change: 0 additions & 1 deletion doxygen/html/inherit_graph_18.md5

This file was deleted.

Binary file removed doxygen/html/inherit_graph_18.png
Binary file not shown.
3 changes: 0 additions & 3 deletions doxygen/html/inherit_graph_3.map

This file was deleted.

1 change: 0 additions & 1 deletion doxygen/html/inherit_graph_3.md5

This file was deleted.

Binary file removed doxygen/html/inherit_graph_3.png
Binary file not shown.
3 changes: 0 additions & 3 deletions doxygen/html/inherit_graph_4.map

This file was deleted.

1 change: 0 additions & 1 deletion doxygen/html/inherit_graph_4.md5

This file was deleted.

Binary file removed doxygen/html/inherit_graph_4.png
Binary file not shown.
3 changes: 0 additions & 3 deletions doxygen/html/inherit_graph_5.map

This file was deleted.

1 change: 0 additions & 1 deletion doxygen/html/inherit_graph_5.md5

This file was deleted.

Binary file removed doxygen/html/inherit_graph_5.png
Binary file not shown.
3 changes: 0 additions & 3 deletions doxygen/html/inherit_graph_6.map

This file was deleted.

1 change: 0 additions & 1 deletion doxygen/html/inherit_graph_6.md5

This file was deleted.

Binary file removed doxygen/html/inherit_graph_6.png
Binary file not shown.
3 changes: 0 additions & 3 deletions doxygen/html/inherit_graph_7.map

This file was deleted.

1 change: 0 additions & 1 deletion doxygen/html/inherit_graph_7.md5

This file was deleted.

Binary file removed doxygen/html/inherit_graph_7.png
Binary file not shown.
3 changes: 0 additions & 3 deletions doxygen/html/inherit_graph_8.map

This file was deleted.

1 change: 0 additions & 1 deletion doxygen/html/inherit_graph_8.md5

This file was deleted.

Binary file removed doxygen/html/inherit_graph_8.png
Binary file not shown.
3 changes: 0 additions & 3 deletions doxygen/html/inherit_graph_9.map

This file was deleted.

1 change: 0 additions & 1 deletion doxygen/html/inherit_graph_9.md5

This file was deleted.

Binary file removed doxygen/html/inherit_graph_9.png
Binary file not shown.
156 changes: 0 additions & 156 deletions doxygen/html/pwl_8h_source.html

This file was deleted.

Loading
Loading