Erik Grinaker is sharing code with you
Bitbucket is a code hosting site. Unlimited public and private repositories. Free for small teams.
Don't show this againRevelation / Makefile.am
- commit
- ec34ef6a8c8c
- parent
- 40dc41bdb803
- branch
- default
- tags
- revelation-0.4.10, revelation-0.4.11
created bugfix-branch for 0.4.x series
1 |
1c96b7e48232
|
## Process this file with automake to produce Makefile.in |
2 |
1c96b7e48232
|
# |
3 |
1c96b7e48232
|
# Makefile.am |
4 |
1c96b7e48232
|
# |
5 |
1c96b7e48232
|
# $Id$ |
6 |
1c96b7e48232
|
# |
7 |
1c96b7e48232
|
|
8 |
89256f7e6edd
|
AUTOMAKE_OPTIONS = dist-bzip2 no-dist-gzip |
9 |
f7e311e828af
|
SUBDIRS = data po src |
10 |
27277cf44786
|
EXTRA_DIST = intltool-extract.in \ |
11 |
27277cf44786
|
intltool-merge.in \ |
12 |
27277cf44786
|
intltool-update.in |
13 |
a207757f8451
|
|
14 |
6be23deaafc3
|
dist-hook: |
15 |
6be23deaafc3
|
svn2cl.sh\ |
16 |
6be23deaafc3
|
--authors=$(top_srcdir)/authors.xml \ |
17 |
6be23deaafc3
|
--group-by-day \ |
18 |
6be23deaafc3
|
--separate-daylogs \ |
19 |
6be23deaafc3
|
--include-rev \ |
20 |
6be23deaafc3
|
--file=$(top_distdir)/ChangeLog \ |
21 |
6be23deaafc3
|
https://oss.codepoet.no/svn/revelation/tags/$(PACKAGE)-$(VERSION) |
22 |
6be23deaafc3
|