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

⌈⌋ ⎇ branch:  PageTranslate


Artifact [1eb9749315]

Artifact 1eb9749315dcc4f96612a3e32466c6552a638535:

  • File dingonyms/Makefile — part of check-in [a80c65db71] at 2021-12-30 02:07:44 on branch trunk — Add `selectonly` mode as per user request. (user: mario size: 189)

#!/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

upload:
	twine upload dist/*whl