From c51fa9fc3d7c0ec6f59bcaf3d352fae9325857e2 Mon Sep 17 00:00:00 2001 From: Jamis Buck Date: Sun, 9 Jan 2005 15:04:16 +0000 Subject: Changed layout to support tagging and branching --- ext/sqlite3_api/post-distclean.rb | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 ext/sqlite3_api/post-distclean.rb (limited to 'ext/sqlite3_api/post-distclean.rb') 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" ) ) -- cgit