* tmac/doc-common (doc-volume-as-*): Use lowercase names.
[s-roff.git] / contrib / grap2graph / Makefile.sub
blob5527618e1581a617b6d7d8baa5eb5b5b1f635ccb
1 MAN1=grap2graph.n
2 CLEANADD=grap2graph
4 all: grap2graph
6 grap2graph: grap2graph.sh
7         rm -f $@; \
8         sed -e "s|@g@|$(g)|g" \
9             -e "s|@VERSION@|$(version)$(revision)|" \
10             -e $(SH_SCRIPT_SED_CMD) $(srcdir)/grap2graph.sh >$@; \
11         chmod +x $@
13 install_data: grap2graph
14         -test -d $(bindir) || $(mkinstalldirs) $(bindir)
15         -rm -f $(bindir)/grap2graph
16         $(INSTALL_SCRIPT) grap2graph $(bindir)/grap2graph
18 uninstall_sub:
19         -rm -f $(bindir)/grap2graph