21 lines
797 B
Diff
21 lines
797 B
Diff
|
--- Makefile
|
|||
|
+++ Makefile
|
|||
|
@@ -143,7 +143,7 @@ magyar4%.dict: $(WRKDIR)
|
|||
|
# ragoz<6F>si t<>bl<62>zat (magyar.aff) el<65><6C>ll<6C>t<EFBFBD>sa
|
|||
|
magyar.aff: $(WRKDIR) eleje.aff ige_alanyi.aff fonev.aff fonev_kepzo.aff ige_kepzo.aff
|
|||
|
@echo "===> ragoz<6F>si t<>bl<62>zat (magyar.aff) el<65><6C>ll<6C>t<EFBFBD>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;
|
|||
|
|
|||
|
@@ -214,7 +214,7 @@
|
|||
|
install_all: install_myspell install_ispell install_OO
|
|||
|
|
|||
|
# ispell opci<63>val kompil<69>lt hasht<68>bla
|
|||
|
-#ispell: magyar4ispell.hash
|
|||
|
+ispell: magyar4ispell.hash
|
|||
|
|
|||
|
# hu_HU.aff myspell ragoz<6F>si t<>bl<62>zat <20>s a hu_HU.dic sz<73>t<EFBFBD>r el<65><6C>ll<6C>t<EFBFBD>sa
|
|||
|
myspell: magyar4myspell.dict magyar.aff hu_HU.aff hu_HU.dic kr
|