File: Makefile.am

package info (click to toggle)
poedit 1.4.2-3
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 6,688 kB
  • ctags: 1,229
  • sloc: cpp: 9,686; sh: 3,951; makefile: 269; ansic: 10
file content (14 lines) | stat: -rw-r--r-- 442 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14

SUBDIRS = src docs install locales

ACLOCAL_AMFLAGS = -I admin


dist-osx:
	$(MAKE) -C src bundle
	rm -f poedit-$(VERSION).dmg
	hdiutil create -srcfolder src/Poedit.app poedit-$(VERSION).dmg
# can't do this, because Safari may misinterpret file's content and
# rename it to .dmg.bz2, see here:
# http://unsanity.org/archives/mac_os_x/my_dmg_is_bwoken_after_download.php
#hdiutil convert -format UDBZ -o poedit-$(VERSION).dmg poedit-base.dmg