File: Makefile.am

package info (click to toggle)
nautilus-filename-repairer 0.1.1-4
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, stretch
  • size: 1,596 kB
  • ctags: 284
  • sloc: sh: 10,793; ansic: 1,631; makefile: 67
file content (30 lines) | stat: -rw-r--r-- 647 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

SUBDIRS = po src

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

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

DISTCHECK_CONFIGURE_FLAGS = --with-nautilus-extension-dir=$${dc_install_base}/lib/nautilus/extension-2.0


dist-hook:
	@if test -d .svn ; then \
		svn2cl --include-rev --break-before-msg=2 --authors=svnauthors -o $(distdir)/ChangeLog ; \
	else \
		touch $(distdir)/ChangeLog ; \
	fi

.PHONY: log
log:
	@if test -d .svn ; then \
		svn2cl --include-rev --break-before-msg=2 --authors=svnauthors ; \
	else \
		touch ChangeLog ; \
	fi