File: Makefile

package info (click to toggle)
clipf 0.4-1
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd, squeeze, wheezy
  • size: 140 kB
  • ctags: 80
  • sloc: python: 673; makefile: 42
file content (11 lines) | stat: -rw-r--r-- 299 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11

#CONFDIR=$(DESTDIR)~/.clipf
#MANDIR=$(DESTDIR)usr/share/man/man1

install:
	install -d $(DESTDIR)/usr/bin
	install -m 755 clipf $(DESTDIR)/usr/bin
	install -d $(DESTDIR)/etc
	install -m 644 clipf.conf $(DESTDIR)/etc
#	install -d $(ROOTDIR)$(MANDIR)
#	install -m 644 man/clipf.1 $(ROOTDIR)$(MANDIR)