forked from pool/ispell-hungarian
75d9feadf5
Copy from devel:libraries:c_c++/ispell-hungarian based on submit request 23995 from user dirkmueller OBS-URL: https://build.opensuse.org/request/show/23995 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ispell-hungarian?expand=0&rev=8
23 lines
913 B
Diff
23 lines
913 B
Diff
Index: Makefile
|
|
===================================================================
|
|
--- Makefile.orig
|
|
+++ Makefile
|
|
@@ -143,7 +143,7 @@ magyar4%.dict: $(WRKDIR)
|
|
# ragozási táblázat (magyar.aff) elõállítása
|
|
magyar.aff: $(WRKDIR) eleje.aff ige_alanyi.aff fonev.aff fonev_kepzo.aff ige_kepzo.aff
|
|
@echo "===> ragozási táblázat (magyar.aff) elõállítása" | $(CATUTF)
|
|
- @cd $(AFFDIR);\
|
|
+ @cd $(AFFDIR); \
|
|
cat eleje.aff ige_kepzo.aff fonev_kepzo.aff ige_morfo.aff ige_alanyi.aff \
|
|
fonev.aff fonev_morfo.aff ige_targyas.aff | $(M4) > $(WRKDIR)/magyar.aff;
|
|
|
|
@@ -199,7 +199,7 @@ install: install_all
|
|
install_all: install_myspell install_ispell install_OO
|
|
|
|
# ispell opcióval kompilált hashtábla
|
|
-#ispell: magyar4ispell.hash
|
|
+ispell: magyar4ispell.hash
|
|
|
|
# hu_HU.aff myspell ragozási táblázat és a hu_HU.dic szótár elõállítása
|
|
myspell: magyar4myspell.dict magyar.aff hu_HU.aff hu_HU.dic alias kr
|