File: Makefile

package info (click to toggle)
python-debianbts 1.9
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 60 kB
  • ctags: 33
  • sloc: python: 205; makefile: 66
file content (11 lines) | stat: -rw-r--r-- 127 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
DOCDIR=$(DESTDIR)/usr/share/doc/python-debianbts/

all:

install:
	mkdir -p $(DOCDIR)
	mv *.py $(DOCDIR)

clean:
	rm -f *.pyc