Last change
on this file since 262 was
262,
checked in by titer, 16 years ago
|
Get revision at build time
|
-
Property svn:keywords set to
Date Rev Author Id
|
File size:
243 bytes
|
Line | |
---|
1 | # $Id: Makefile 262 2006-05-29 21:58:22Z titer $ |
---|
2 | |
---|
3 | include ../Makefile.config |
---|
4 | include ../Makefile.version |
---|
5 | include ../Makefile.common |
---|
6 | |
---|
7 | Info.plist: Info.plist.in ../Makefile.version ../Makefile.common |
---|
8 | $(RM) $@ |
---|
9 | sed "s/%%VERSION%%/$(VERSION_STRING)/g" < $< > $@ |
---|
10 | |
---|
11 | clean: |
---|
12 | $(RM) Info.plist |
---|
Note: See
TracBrowser
for help on using the repository browser.