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
- e96c45335f8e
- parent
- 1ed488d2e44a
- parent
- 2be3350cec7e
- branch
- default
Merged in tristanheaven/revelation (pull request #1)
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 |
2be3350cec7e
|
EXTRA_DIST = autogen.sh |
11 |
a207757f8451
|
|
12 |
6be23deaafc3
|
dist-hook: |
13 |
9cb1755af873
|
hg log --style changelog > $(top_distdir)/ChangeLog |