summaryrefslogtreecommitdiffstats
path: root/contrib/groff/mm/Makefile.sub
blob: 60307cd1b91d96b198291c358ad5adad0a16a2ef (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
#
# $Id: Makefile.sub,v 1.27 1995/04/24 05:37:46 jh Exp $
#
MAN7=groff_mm.n groff_mmse.n
FILES=0.MT 5.MT 4.MT ms.cov se_ms.cov 
# Local configuration files with default values.
LOCALE = locale se_locale
CLEANADD=temp
install: install_mm

install_mm: install_m
	-test -d $(tmacdir)/mm || mkdir $(tmacdir)/mm
	-for f in $(FILES); do \
		rm -f $(tmacdir)/mm/$$f; \
		$(INSTALL_DATA) $(srcdir)/mm/$$f $(tmacdir)/mm/$$f; \
	done
	-for f in $(LOCALE); do \
		test -f $(tmacdir)/mm/$$f || touch $(tmacdir)/mm/$$f; \
	done

install_m:
	-test -d $(tmacdir) || mkdir $(tmacdir)
	-rm -f $(tmacdir)/tmac.$(tmac_m_prefix)m
	$(INSTALL_DATA) $(srcdir)/tmac.m $(tmacdir)/tmac.$(tmac_m_prefix)m
	@sed -e "s;^.mso tmac.m;.mso $(tmac_m_prefix)m;g" $(srcdir)/tmac.mse \
		> $(tmacdir)/tmac.$(tmac_m_prefix)mse



uninstall_sub:
	-for f in $(FILES); do rm -f $(tmacdir)/mm/$$f; done
	-for f in $(LOCALE); do \
	test -s $(tmacdir)/mm/$$f || rm -f $(tmacdir)/mm/$$f; \
	done
	-rm -f $(tmacdir)/tmac.$(tmac_m_prefix)m
	-rm -f $(tmacdir)/tmac.$(tmac_m_prefix)mse
	-rmdir $(tmacdir)/mm
OpenPOWER on IntegriCloud