diff options
-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 |