File: Makefile.am

package info (click to toggle)
grig 0.4.2-3
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 2,828 kB
  • ctags: 503
  • sloc: sh: 8,350; ansic: 5,107; makefile: 88
file content (15 lines) | stat: -rw-r--r-- 424 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
SUBDIRS = src doc pixmaps po

install-data-local:
	@$(NORMAL_INSTALL)
	$(INSTALL_DATA) AUTHORS $(DESTDIR)$(pkgdatadir)
	$(INSTALL_DATA) ChangeLog $(DESTDIR)$(pkgdatadir)
	$(INSTALL_DATA) NEWS $(DESTDIR)$(pkgdatadir)
	$(INSTALL_DATA) README $(DESTDIR)$(pkgdatadir)
	$(INSTALL_DATA) COPYING $(DESTDIR)$(pkgdatadir)

EXTRA_DIST = \
	autogen.sh            \
	intltool-extract.in   \
	intltool-merge.in     \
	intltool-update.in