equal
deleted
inserted
replaced
411 PYTHONPATH=/usr/share/anki: python -B py/gadict_srs_anki.py $< $@ |
411 PYTHONPATH=/usr/share/anki: python -B py/gadict_srs_anki.py $< $@ |
412 |
412 |
413 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/ |
413 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/ |
414 python3 -B py/gadict_srs_tab.py $< $@ ru,uk |
414 python3 -B py/gadict_srs_tab.py $< $@ ru,uk |
415 |
415 |
416 dist/srs/gadict_voa.tab.txt: gadict_voa.gadict py/gadict.py py/gadict_srs_tab.py $(MAKEFILE_LIST) | dist/srs/ |
416 dist/srs/%.tab.txt: %.gadict py/gadict.py py/gadict_srs_tab.py $(MAKEFILE_LIST) | dist/srs/ |
417 python3 -B py/gadict_srs_tab.py $< $@ |
417 python3 -B py/gadict_srs_tab.py $< $@ |
418 |
418 |
419 dist/srs/: |
419 dist/srs/: |
420 mkdir -p $@ |
420 mkdir -p $@ |
421 |
421 |