# ~/public_html/aachen_1944/versions/Makefile

# This Makefile at 2024-04-06 uses berklix.mk to generate
#	 pdf txt html in both English & German.
# JJLATER I could use calibre to generate epub


all:	le more

more:
	make rof pdf html txt aachen_1944_e.txt aachen_1944_g.txt
	@echo Why are .lmth created ? they are same as .html
	-ls -l *,lmth *,html

# Sample of how to edit after : make ; make aachen_1944_g.vps

# Mechanism ideas from 
#	~/job/groff/letter/seehofer/
#	~/public_html/brexit/seehofer/

.include <berklix.mk>
