File: Makefile.am

package info (click to toggle)
gtkspell3 3.0.0~hg20110814-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 1,780 kB
  • sloc: sh: 10,243; ansic: 748; makefile: 49
file content (10 lines) | stat: -rw-r--r-- 254 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
SUBDIRS=gtkspell examples docs po

pkgconfigdir=$(libdir)/pkgconfig
pkgconfig_DATA=gtkspell-3.0.pc
DISTCLEANFILES=gtkspell-3.0.pc

dist-hook:
	$(MAKE) -C "$(srcdir)/po" "$(GETTEXT_PACKAGE).pot"
	cp "$(srcdir)/po/$(GETTEXT_PACKAGE).pot" "$(distdir)/po/"