File: Makefile

package info (click to toggle)
python-pcs 0.5%2Bdebian-2
  • links: PTS
  • area: main
  • in suites: buster, stretch
  • size: 676 kB
  • ctags: 648
  • sloc: python: 2,528; makefile: 63
file content (21 lines) | stat: -rw-r--r-- 380 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
#
# File: $Id: Makefile,v 1.1 2006/06/15 07:52:02 gnn Exp $
#
# Author: George V. Neville-Neil
#
# Documentation Makefile for PCS.  You can build various versions of
# the docs from here.

.SUFFIXES: .tex .pdf

SRCS= pcs.tex design.tex

all: ${SRCS:S/.tex/.pdf/} man latex

.tex.pdf:
	pdflatex ${.IMPSRC}

man::
	doxygen
clean::
	rm -rf *.pdf *.html *.out *.log Web/html man latex