source: trunk/Sparkle/Makefile @ 1046

Revision 128, 203 bytes checked in by speck, 4 years ago (diff)

Fixed missing display of update notes in Sparkle. Embedded Sparkle so subversion has the proper version instead of having to download Sparkle and apply several patches.

Line 
1.PHONY: all localizable-strings
2
3localizable-strings:
4    rm en.lproj/Sparkle.strings || TRUE
5    genstrings -o en.lproj -s SULocalizedString *.m *.h
6    mv en.lproj/Localizable.strings en.lproj/Sparkle.strings
7
Note: See TracBrowser for help on using the repository browser.