From: ceriel Date: Wed, 4 May 1988 10:14:49 +0000 (+0000) Subject: previous change was wrong X-Git-Tag: release-5-5~3263 X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=b536454c5bee698016c92ab97f0a8ddeacfde97d;p=ack.git previous change was wrong --- diff --git a/doc/Makefile b/doc/Makefile index f1d6f9c6d..b69d7db93 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -27,15 +27,15 @@ crefman.$(SUF): crefman.doc v7bugs.$(SUF): v7bugs.doc $(NROFF) $(TARGET) v7bugs.doc >$@ install.$(SUF): install.doc - $(TBL) $(TARGET) install.doc | $(NROFF) $(MS) $(TARGET) >$@ + $(TBL) install.doc | $(NROFF) $(MS) $(TARGET) >$@ pcref.$(SUF): pcref.doc - $(TBL) $(TARGET) pcref.doc | $(NROFF) $(TARGET) >$@ + $(TBL) pcref.doc | $(NROFF) $(TARGET) >$@ val.$(SUF): val.doc $(NROFF) $(TARGET) val.doc >$@ 6500.$(SUF): 6500.doc - $(TBL) $(TARGET) 6500.doc | $(NROFF) $(MS) $(TARGET) >$@ + $(TBL) 6500.doc | $(NROFF) $(MS) $(TARGET) >$@ ncg.$(SUF): ncg.doc - $(TBL) $(TARGET) ncg.doc | $(NROFF) $(MS) $(TARGET) >$@ + $(TBL) ncg.doc | $(NROFF) $(MS) $(TARGET) >$@ LLgen.doc: LLgen.X LLgen.X: cd LLgen; make "EQN="$(EQN) "TBL="$(TBL) "REFER="$(REFER) "TARGET="$(TARGET) diff --git a/doc/top/Makefile b/doc/top/Makefile index d1692fd83..3884528d3 100644 --- a/doc/top/Makefile +++ b/doc/top/Makefile @@ -5,4 +5,4 @@ TBL=tbl TARGET=-Tlp ../top.doc: top.n refs.top - $(REFER) -sA+T -l4,2 -p refs.top top.n | $(TBL) $(TARGET) > $@ + $(REFER) -sA+T -l4,2 -p refs.top top.n | $(TBL) > $@