summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2010-07-05 17:44:23 +0000
committerDavid Robillard <d@drobilla.net>2010-07-05 17:44:23 +0000
commit0ac76cbe796c959aa1408de5abc8eff97627b2b8 (patch)
treef2520c1cdb6a1985708b3712c778d0d1283b8469
parent190d2270642bdf85e12e5383adc6e63ae9c2825d (diff)
downloadpatchage-0ac76cbe796c959aa1408de5abc8eff97627b2b8.tar.gz
patchage-0ac76cbe796c959aa1408de5abc8eff97627b2b8.tar.bz2
patchage-0ac76cbe796c959aa1408de5abc8eff97627b2b8.zip
Move common files (e.g. waf) to /common subdirectory to ease checking out projects individually.
git-svn-id: http://svn.drobilla.net/lad/trunk/patchage@2583 a436a847-0d15-0410-975c-d299462d15a1
l---------INSTALL2
l---------autowaf.py2
l---------waf2
3 files changed, 3 insertions, 3 deletions
diff --git a/INSTALL b/INSTALL
index 99d491b..03996bc 120000
--- a/INSTALL
+++ b/INSTALL
@@ -1 +1 @@
-../INSTALL \ No newline at end of file
+../common/INSTALL \ No newline at end of file
diff --git a/autowaf.py b/autowaf.py
index 4410d0d..71d20f6 120000
--- a/autowaf.py
+++ b/autowaf.py
@@ -1 +1 @@
-../autowaf.py \ No newline at end of file
+../common/autowaf.py \ No newline at end of file
diff --git a/waf b/waf
index 9770e60..8506685 120000
--- a/waf
+++ b/waf
@@ -1 +1 @@
-../waf \ No newline at end of file
+../common/waf \ No newline at end of file