diff options
author | John Wiegley <johnw@newartisans.com> | 2008-08-07 03:32:27 -0400 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2008-08-07 03:32:27 -0400 |
commit | 76bdb44a6850cd2fe107670d91555ff0b141f02f (patch) | |
tree | 36e08371ab138801767c528b0b4d85a5f90b7f8a | |
parent | 925387d7c085ce0a2fc97f75bd26a06686e455d1 (diff) | |
download | ledger-76bdb44a6850cd2fe107670d91555ff0b141f02f.tar.gz ledger-76bdb44a6850cd2fe107670d91555ff0b141f02f.tar.bz2 ledger-76bdb44a6850cd2fe107670d91555ff0b141f02f.zip |
Fix to 'make release', and also added the PackageMaker config file, for
building an installable Ledger package for OS X users.
-rw-r--r-- | Makefile.am | 3 | ||||
-rw-r--r-- | ledger.pmdoc/index.xml | 1 |
2 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index ca45cdc7..21d3c799 100644 --- a/Makefile.am +++ b/Makefile.am @@ -323,10 +323,9 @@ release: (cd /usr/local/stow; sudo stow -D cppunit) # switch to /opt make -j3 distcheck \ CPPFLAGS="-I/usr/local/include -I/usr/local/include/boost-1_35 -I/opt/local/include" \ - LDFLAGS="-L/usr/local/lib -L/opt/local/lib" \ + LDFLAGS="-L/usr/local/lib -L/opt/local/lib -arch i386 -arch ppc -Wl,-syslibroot,/Developer/SDKs/MacOSX10.5.sdk" \ ARCHFLAGS="-arch i386 -arch ppc -isysroot /Developer/SDKs/MacOSX10.5.sdk" \ CXXFLAGS="-arch i386 -arch ppc -isysroot /Developer/SDKs/MacOSX10.5.sdk" \ - LDFLAGS="$LDFLAGS -arch i386 -arch ppc -Wl,-syslibroot,/Developer/SDKs/MacOSX10.5.sdk" \ DISTCHECK_CONFIGURE_FLAGS="--disable-dependency-tracking" test -d /usr/local/stow/cppunit && \ (cd /usr/local/stow; sudo stow cppunit) # switch to debug diff --git a/ledger.pmdoc/index.xml b/ledger.pmdoc/index.xml new file mode 100644 index 00000000..0402f93c --- /dev/null +++ b/ledger.pmdoc/index.xml @@ -0,0 +1 @@ +<pkmkdoc spec="1.12"><properties><title>Ledger 2.6.1</title><organization>com.newartisans</organization><userSees ui="easy"/><min-target os="3"/><domain system="true"/></properties><distribution><versions min-spec="1.000000"/><scripts></scripts></distribution><description>Ledger is a command-line, double-entry accounting system.</description><contents/><resources bg-scale="none" bg-align="topleft"><locale lang="en"/></resources><flags/><mod>properties.userDomain</mod><mod>properties.title</mod><mod>description</mod><mod>properties.anywhereDomain</mod><mod>properties.systemDomain</mod></pkmkdoc>
\ No newline at end of file |