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 / src / Makefile.am
- commit
- cff0e6f7ef34
- parent
- e0a14b958359
- branch
- default
- tags
- revelation-0.4.0-pre2
bumped version number to 0.4.0-pre2
1 |
a207757f8451
|
SUBDIRS = lib |
2 |
a207757f8451
|
bin_SCRIPTS = revelation |
3 |
a207757f8451
|
CLEANFILES = revelation |
4 |
a207757f8451
|
|
5 |
a207757f8451
|
revelation: Makefile revelation.in |
6 |
a207757f8451
|
sed \ |
7 |
a207757f8451
|
-e "s|\@pythondir\@|$(pythondir)|" \ |
8 |
a207757f8451
|
revelation.in > revelation |
9 |
a207757f8451
|