LibreOffice plugin to pipe whole Writer documents through Google Translate, that ought to keep most of the page formatting.

⌈⌋ ⎇ branch:  PageTranslate


Artifact [6405a8234a]

Artifact 6405a8234aebc5ccc369b9668423048310113ff3:

  • File dingonyms/Makefile — part of check-in [5894146f61] at 2021-02-27 13:41:16 on branch trunk — added related/subproject: dingonyms (user: mario size: 158)

#!/usr/bin/make

whl:
	./setup.py bdist_wheel
%.1:	%.md
	pandoc --standalone -f markdown+pandoc_title_block+grid_tables -t man $< -o $@
man:	man/dingonyms.1