diff options
| author | Jamis Buck <jamis@37signals.com> | 2005-01-09 15:04:16 +0000 |
|---|---|---|
| committer | Jamis Buck <jamis@37signals.com> | 2005-01-09 15:04:16 +0000 |
| commit | c51fa9fc3d7c0ec6f59bcaf3d352fae9325857e2 (patch) | |
| tree | fa6c5fdee64da937145d594348100b03225a4207 /ext/sqlite3_api/post-distclean.rb | |
| download | third_party-sqlite3-ruby-c51fa9fc3d7c0ec6f59bcaf3d352fae9325857e2.tar.gz third_party-sqlite3-ruby-c51fa9fc3d7c0ec6f59bcaf3d352fae9325857e2.tar.xz third_party-sqlite3-ruby-c51fa9fc3d7c0ec6f59bcaf3d352fae9325857e2.zip | |
Changed layout to support tagging and branching
Diffstat (limited to 'ext/sqlite3_api/post-distclean.rb')
| -rw-r--r-- | ext/sqlite3_api/post-distclean.rb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ext/sqlite3_api/post-distclean.rb b/ext/sqlite3_api/post-distclean.rb new file mode 100644 index 0000000..f8543b1 --- /dev/null +++ b/ext/sqlite3_api/post-distclean.rb @@ -0,0 +1,4 @@ +# post-distclean.rb + +# on a distclean, always do a clean, as well +eval File.read( File.join( curr_srcdir, "post-clean.rb" ) ) |
