File: Makefile

package info (click to toggle)
python-parted 0.10-1
  • links: PTS
  • area: main
  • in suites: woody
  • size: 924 kB
  • ctags: 342
  • sloc: ansic: 1,039; python: 512; makefile: 70; sh: 13
file content (19 lines) | stat: -rw-r--r-- 296 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# $Progeny: Makefile,v 1.2 2002/01/18 06:20:55 dsp Exp $

doctools=../doctools

IGNOREFILES=	api

all: .cvsignore api/index.html

api/index.html: ../parted.py
	happydoc -d api ../parted.py

clean:

maintainer-clean:
	rm -rf api

.PHONY: all clean maintainer-clean

include ${doctools}/docbook.mk