File: Makefile.am

package info (click to toggle)
oregano 0.70-2
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 5,728 kB
  • ctags: 2,545
  • sloc: ansic: 22,651; xml: 666; awk: 386; makefile: 371; sed: 93; sh: 59; perl: 20
file content (30 lines) | stat: -rw-r--r-- 494 bytes parent folder | download | duplicates (3)
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
27
28
29
30
## Process this file with automake to produce Makefile.in

SUBDIRS = po src data help

oreganodocdir = $(datadir)/doc/oregano
oreganodoc_DATA = \
	README\
	AUTHORS\
	NEWS\
	TODO

oregano_datadir = $(datadir)/oregano


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

nomerelease:
	scp *.tar.bz2 master.gnome.org:

DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc

DISTCLEANFILES = \
	intltool-extract \
	intltool-merge \
	intltool-update