diff options
author | John Wiegley <johnw@newartisans.com> | 2008-08-07 05:02:43 -0400 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2008-08-07 05:02:43 -0400 |
commit | 721effa6bafc993a89bb1f6ee4d72d5bef9a7bb3 (patch) | |
tree | 258e63afd604c3fb966557281f9b16e43a9aa96e | |
parent | 83d0a3bb13641a20234feaef46f6c1a091d28e90 (diff) | |
download | fork-ledger-721effa6bafc993a89bb1f6ee4d72d5bef9a7bb3.tar.gz fork-ledger-721effa6bafc993a89bb1f6ee4d72d5bef9a7bb3.tar.bz2 fork-ledger-721effa6bafc993a89bb1f6ee4d72d5bef9a7bb3.zip |
Removed 'release' rule and added a 'docs' rule for making the documentation.
-rw-r--r-- | Makefile.am | 12 |
1 files changed, 1 insertions, 11 deletions
diff --git a/Makefile.am b/Makefile.am index 21d3c799..5a091937 100644 --- a/Makefile.am +++ b/Makefile.am @@ -318,16 +318,6 @@ $(top_builddir)/doc/refman.pdf: $(top_builddir)/doc/html/index.html (cd $(top_builddir)/doc/latex && make) cp $(top_builddir)/doc/latex/refman.pdf $@ -release: - test -d /usr/local/stow/cppunit && \ - (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 -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" \ - DISTCHECK_CONFIGURE_FLAGS="--disable-dependency-tracking" - test -d /usr/local/stow/cppunit && \ - (cd /usr/local/stow; sudo stow cppunit) # switch to debug +docs: pdf $(top_builddir)/doc/refman.pdf # Makefile.am ends here |