diff options
author | John Wiegley <johnw@newartisans.com> | 2009-02-24 14:36:52 -0400 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2009-02-24 14:36:52 -0400 |
commit | cca6c204dd99e41d23c0389bb1dff2d47dea8433 (patch) | |
tree | 2ce5bb76bd7bbe961388235da25d313af64122e5 /tools | |
parent | b72568270bbd8766af9e665a53720acbc385c02c (diff) | |
download | fork-ledger-cca6c204dd99e41d23c0389bb1dff2d47dea8433.tar.gz fork-ledger-cca6c204dd99e41d23c0389bb1dff2d47dea8433.tar.bz2 fork-ledger-cca6c204dd99e41d23c0389bb1dff2d47dea8433.zip |
tools/myacprep symlinks TAGS and ledger into src/
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/myacprep | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tools/myacprep b/tools/myacprep index 1486f952..9198dee6 100755 --- a/tools/myacprep +++ b/tools/myacprep @@ -49,3 +49,8 @@ if [ -n "$OUT" ]; then fi ./acprep $SWITCHES + +if [ -n "$OUT" ]; then + ln -sf $OUT/TAGS . + ln -sf $OUT/ledger . +fi |