Rev 3 | Rev 19 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 3 | Rev 4 | ||
|---|---|---|---|
| Line 40... | Line 40... | ||
| 40 | install: build |
40 | install: build |
| 41 | dh_testdir |
41 | dh_testdir |
| 42 | dh_testroot |
42 | dh_testroot |
| 43 | dh_prep |
43 | dh_prep |
| 44 | 44 | ||
| 45 | $(MAKE) ROOT=$(DESTDIR) PREFIX=/usr MANDIR=share/man/man1 install |
45 | $(MAKE) ROOT=$(DESTDIR) PREFIX=/usr MANDIR=share/man install |
| 46 | 46 | ||
| 47 | # Build architecture-independent files here. |
47 | # Build architecture-independent files here. |
| 48 | binary-indep: |
48 | binary-indep: |
| 49 | # We have nothing to do by default. |
49 | # We have nothing to do by default. |
| 50 | 50 | ||