File: Makefile.am

package info (click to toggle)
grig 0.7.2-2
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 2,428 kB
  • ctags: 867
  • sloc: ansic: 9,828; sh: 8,903; makefile: 118
file content (15 lines) | stat: -rw-r--r-- 428 bytes parent folder | download | duplicates (2)
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)
	$(top_srcdir)/mkinstalldirs $(DESTDIR)$(pkgdatadir)
	$(INSTALL_DATA) AUTHORS $(DESTDIR)$(pkgdatadir)
	$(INSTALL_DATA) ChangeLog $(DESTDIR)$(pkgdatadir)
	$(INSTALL_DATA) NEWS $(DESTDIR)$(pkgdatadir)
	$(INSTALL_DATA) README $(DESTDIR)$(pkgdatadir)

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