~ubuntu-branches/ubuntu/hoary/lpr/hoary

« back to all changes in this revision

Viewing changes to SMM.doc/Makefile

  • Committer: Bazaar Package Importer
  • Author(s): Martin Schulze
  • Date: 2003-03-15 14:54:38 UTC
  • Revision ID: james.westby@ubuntu.com-20030315145438-3n1sxzrmv1g34n4t
Tags: upstream-2000.05.07
ImportĀ upstreamĀ versionĀ 2000.05.07

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#       from: @(#)Makefile      8.1 (Berkeley) 6/8/93
 
2
#       $OpenBSD: Makefile,v 1.2 1997/01/17 15:54:19 millert Exp $
 
3
 
 
4
DIR=    smm/07.lpd
 
5
SRCS=   0.t 1.t 2.t 3.t 4.t 5.t 6.t 7.t
 
6
MACROS= -ms
 
7
 
 
8
paper.ps: ${SRCS}
 
9
        ${TBL} ${SRCS} | ${ROFF} > ${.TARGET}
 
10
 
 
11
.include <bsd.doc.mk>