File: Makefile

package info (click to toggle)
emdebian-grip 3.0.7
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 1,356 kB
  • sloc: perl: 6,279; sh: 525; php: 305; xml: 299; makefile: 152
file content (20 lines) | stat: -rw-r--r-- 296 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20

all:

install:
	$(MAKE) -C po install DESTDIR=../debian/emdebian-grip

clean:
	$(RM) *tar.gz.cdbs-config_list
	$(RM) *.1 *.3
	$(RM) doc/po4a.config

check:

test:

# adds the POT file to the source tarball
native-dist: Makefile
	./doc/genmanpages --pot-only
	$(MAKE) -C po pot