summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2008-08-07 05:02:43 -0400
committerJohn Wiegley <johnw@newartisans.com>2008-08-07 05:02:43 -0400
commit721effa6bafc993a89bb1f6ee4d72d5bef9a7bb3 (patch)
tree258e63afd604c3fb966557281f9b16e43a9aa96e
parent83d0a3bb13641a20234feaef46f6c1a091d28e90 (diff)
downloadfork-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.am12
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