From: Michael Smith Date: Sat, 11 Mar 2006 20:04:51 +0000 (+0000) Subject: Make filename be "tbl.ms" instead of just "tbl". X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=df71fafc07c3d01a811a1ed23bfe15693697f020;p=docbook-dsssl Make filename be "tbl.ms" instead of just "tbl". --- diff --git a/contrib/doc/michael.smith/tbl/Makefile b/contrib/doc/michael.smith/tbl/Makefile index 46d99bdec..545e07589 100644 --- a/contrib/doc/michael.smith/tbl/Makefile +++ b/contrib/doc/michael.smith/tbl/Makefile @@ -15,10 +15,10 @@ PS2PDFFLAGS= all: tbl.txt tbl.pdf -tbl: +tbl.ms: $(WGET) $(WGETFLAGS) -O $@ $(TBLSOURCE) -tbl.txt: tbl +tbl.txt: tbl.ms cat $< \ | $(SED) $(SEDFLAGS) 's/^\.TM.*$$//' \ | $(SED) $(SEDFLAGS) 's/^gfont roman*$$//' \ @@ -32,7 +32,7 @@ tbl.txt: tbl | $(SED) $(SEDFLAGS) "s/''/\"/g" \ > $@ -tbl.pdf: tbl +tbl.pdf: tbl.ms cat $< \ | $(SED) $(SEDFLAGS) 's/^\.TM.*$$//' \ | $(SED) $(SEDFLAGS) 's/^gfont roman*$$//' \ @@ -42,8 +42,8 @@ tbl.pdf: tbl > $@ clean: - $(RM) tbl $(RM) tbl.txt $(RM) tbl.pdf + $(RM) tbl.ms # vim: number