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