diff options
author | John Wiegley <johnw@newartisans.com> | 2008-08-08 03:08:10 -0400 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2008-08-08 03:08:10 -0400 |
commit | 4d1057c472dd8eb3fce88b069209e23a2593ba82 (patch) | |
tree | 21a12d66b4ffbb3eab88cc077235501951de5d11 /Makefile.am | |
parent | 3be1534915ddd7c1b891134bb495b46eeb1792e0 (diff) | |
download | fork-ledger-4d1057c472dd8eb3fce88b069209e23a2593ba82.tar.gz fork-ledger-4d1057c472dd8eb3fce88b069209e23a2593ba82.tar.bz2 fork-ledger-4d1057c472dd8eb3fce88b069209e23a2593ba82.zip |
Added a pretty divider line. :)
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 38803f5c..977b23d1 100644 --- a/Makefile.am +++ b/Makefile.am @@ -327,6 +327,8 @@ $(top_builddir)/doc/refman.pdf: $(top_builddir)/doc/html/index.html docs: pdf $(top_builddir)/doc/refman.pdf +###################################################################### + copy-sources: -mkdir /tmp/ledger rsync -av --delete $(srcdir)/.git/ /tmp/ledger/.git/ |