File: Makefile.am

package info (click to toggle)
writerperfect 0.8.1-4
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 1,968 kB
  • sloc: sh: 10,287; cpp: 4,281; makefile: 194
file content (26 lines) | stat: -rw-r--r-- 542 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
ACLOCAL_AMFLAGS = -I m4

pkgconfdir = $(libdir)/pkgconfig

SUBDIRS = build filter cmdline

EXTRA_DIST = \
	writerperfect.spec.in \
	writerperfect.spec \
	writerperfect-zip.in \
	autogen.sh \
	config.h.in \
	NEWS README

distclean-local:
	rm -rf *.cache *~ *.out

rpm: dist
	rpmbuild -ta $(PACKAGE)-$(VERSION).tar.gz
	@rm -f $(PACKAGE)-$(VERSION).tar.gz

zip: install
	@sh writerperfect-zip

dist-hook:
	git log --date=short --pretty="format:@%cd  %an  <%ae>  [%H]%n%n%s%n%n%e%b" | sed -e "s|^\([^@]\)|\t\1|" -e "s|^@||" >$(distdir)/ChangeLog