# http://www.berklix.com/~jhs/standards/Makefile

all:	html

FOR_ROF=
# FOR_ROF is To prevent common.rof & umlauts.rof (via berklix2.mk FOR_ROF)
# generating unwanted common.lmth, common.html, umlauts.lmth & umlauts.html.

clean:
	#dummy
install:
	install -C common.rof umlauts.rof /site/usr/share/tmac/
	@# Where does pspic.tmac come from
	-mkdir -p /usr/share/tmac	# It's in 9.2 but not in 12.2
	-cd /usr/share/tmac && ln -s ../../../site/usr/share/tmac/common.rof 
	-cd /usr/share/tmac && ln -s ../../../site/usr/share/tmac/pspic.tmac
	-cd /usr/share/tmac && ln -s pspic.tmac tmac.pspic
	-cd /usr/share/tmac && ln -s ../../../site/usr/share/tmac/umlauts.rof 

# See Also
#	/site/usr/share/tmac/
#	~/src/tmac/9.2-RELEASE/
#	~/jhs/public_html/standards/Makefile
#	~/job/kit/Makefile
#	~/public_html/src/bsd/fixes/FreeBSD/src/jhs/contrib/groff/tmac/revert_to_asymmetric_scaling

# /usr/share/tmac/ 9.2-RELEASE (maybe some inherited from earlier?) has files:
#   X.tmac Xps.tmac a4.tmac an-old.tmac an.tmac andoc.tmac common.rof
#   composite.tmac cp1047.tmac devtag.tmac doc.tmac dvi.tmac e.tmac ec.tmac
#   eqnrc europs.tmac html-end.tmac html.tmac hyphen.ru hyphen.us hyphenex.us
#   koi8-r.tmac latin1.tmac latin2.tmac latin9.tmac lbp.tmac lj4.tmac m.tmac
#   man.local man.tmac mandoc.tmac mdoc.local mdoc.tmac mdoc/doc-common
#   mdoc/doc-ditroff mdoc/doc-nroff mdoc/doc-syms mdoc/fr.ISO8859-1 
#   mdoc/ru.KOI8-R me.tmac mm/0.MT mm/4.MT mm/5.MT mm/locale mm/mm.tmac
#   mm/mmse.tmac mm/ms.cov mm/se_locale mm/se_ms.cov ms.tmac mse.tmac
#   papersize.tmac pic.tmac ps.tmac psatk.tmac psold.tmac pspic.tmac
#   s.tmac safer.tmac tmac.orig_me tmac.vgrind trace.tmac troffrc
#   troffrc-end tty-char.tmac tty.tmac umlauts.rof unicode.tmac www.tmac

# See Also src/ObsoleteFiles.inc

.include <berklix.mk>
