File: Makefile

package info (click to toggle)
omt 0.1.13
  • links: PTS
  • area: main
  • in suites: woody
  • size: 176 kB
  • ctags: 25
  • sloc: perl: 446; makefile: 175
file content (7 lines) | stat: -rw-r--r-- 163 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
clean:
	(cd man; make clean)

install:
	(cd man; make install DESTDIR=$(DESTDIR))
	mkdir -p $(DESTDIR)/usr/bin
	cp -af mirrortool.pl $(DESTDIR)/usr/bin/mirrortool