Makefile
changeset 644 e38cd6112193
parent 643 c2c32f45dde6
child 646 2d488cfc4c0c
equal deleted inserted replaced
643:c2c32f45dde6 644:e38cd6112193
   481 	:
   481 	:
   482 
   482 
   483 # -B  suppress __pycache__ dir
   483 # -B  suppress __pycache__ dir
   484 
   484 
   485 dist/dictd/gadict_en-ru.c5: gadict_en-ru+uk.gadict py/gadict.py py/gadict_c5.py | dist/dictd/
   485 dist/dictd/gadict_en-ru.c5: gadict_en-ru+uk.gadict py/gadict.py py/gadict_c5.py | dist/dictd/
   486 	python3 -B py/gadict_c5.py  $< $@ ru
   486 	python3 -B py/gadict_c5.py  $< $@ -lang:ru
   487 	echo "gadict En-Ru"> dist/dictd/gadict_en-ru.c5.name
   487 	echo "gadict En-Ru"> dist/dictd/gadict_en-ru.c5.name
   488 
   488 
   489 dist/dictd/gadict_en-uk.c5: gadict_en-ru+uk.gadict py/gadict.py py/gadict_c5.py | dist/dictd/
   489 dist/dictd/gadict_en-uk.c5: gadict_en-ru+uk.gadict py/gadict.py py/gadict_c5.py | dist/dictd/
   490 	python3 -B py/gadict_c5.py  $< $@ uk
   490 	python3 -B py/gadict_c5.py  $< $@ -lang:uk
   491 	echo "gadict En-Uk"> dist/dictd/gadict_en-uk.c5.name
   491 	echo "gadict En-Uk"> dist/dictd/gadict_en-uk.c5.name
   492 
   492 
   493 dist/dictd/gadict_voa.c5: gadict_voa.gadict py/gadict.py py/gadict_c5.py | dist/dictd/
   493 dist/dictd/gadict_voa.c5: gadict_voa.gadict py/gadict.py py/gadict_c5.py | dist/dictd/
   494 	python3 -B py/gadict_c5.py  $< $@ en
   494 	python3 -B py/gadict_c5.py  $< $@ -lang:en
   495 
   495 
   496 dist/dictd/%.c5: %.gadict py/gadict.py py/gadict_c5.py | dist/dictd/
   496 dist/dictd/%.c5: %.gadict py/gadict.py py/gadict_c5.py | dist/dictd/
   497 	python3 -B py/gadict_c5.py  $< $@
   497 	python3 -B py/gadict_c5.py  $< $@
   498 
   498 
   499 dist/dictd/:
   499 dist/dictd/:
   510 
   510 
   511 dist/srs/%.apkg: %.gadict py/gadict.py py/gadict_srs_anki.py $(MAKEFILE_LIST) | dist/srs/
   511 dist/srs/%.apkg: %.gadict py/gadict.py py/gadict_srs_anki.py $(MAKEFILE_LIST) | dist/srs/
   512 	PYTHONPATH=/usr/share/anki: python -B py/gadict_srs_anki.py $< $@
   512 	PYTHONPATH=/usr/share/anki: python -B py/gadict_srs_anki.py $< $@
   513 
   513 
   514 dist/srs/gadict_en-ru+uk.tab.txt: gadict_en-ru+uk.gadict py/gadict.py py/gadict_srs_tab.py $(MAKEFILE_LIST) | dist/srs/
   514 dist/srs/gadict_en-ru+uk.tab.txt: gadict_en-ru+uk.gadict py/gadict.py py/gadict_srs_tab.py $(MAKEFILE_LIST) | dist/srs/
   515 	python3 -B py/gadict_srs_tab.py  $< $@ ru,uk
   515 	python3 -B py/gadict_srs_tab.py  $< $@ -lang:ru,uk
   516 
   516 
   517 dist/srs/%.tab.txt: %.gadict py/gadict.py py/gadict_srs_tab.py $(MAKEFILE_LIST) | dist/srs/
   517 dist/srs/%.tab.txt: %.gadict py/gadict.py py/gadict_srs_tab.py $(MAKEFILE_LIST) | dist/srs/
   518 	python3 -B py/gadict_srs_tab.py  $< $@
   518 	python3 -B py/gadict_srs_tab.py  $< $@
   519 
   519 
   520 dist/srs/:
   520 dist/srs/: