From 65b65acbd4de1c7d2ffcdbcbcdcb3ba072871293 Mon Sep 17 00:00:00 2001 From: micu Date: Wed, 5 Nov 2008 16:54:48 +0000 Subject: [PATCH] Link static content to the recently created empty build directory. If you now check out a fresh version of c3d2-web, you can simply go to root, hit make and get a local build that should be displayed nicely on your machine. git-svn-id: svn://svn.c3d2.de/c3d2-web/trunk@1427 31f61c52-7bfb-0310-b897-fc00f8a278f0 --- build/.htaccess | 1 + build/cgi-bin | 1 + build/datenspuren | 1 + build/favicon.ico | 1 + build/images | 1 + build/media | 1 + build/robots.txt | 1 + build/script | 1 + build/style | 1 + 9 files changed, 9 insertions(+) create mode 120000 build/.htaccess create mode 120000 build/cgi-bin create mode 120000 build/datenspuren create mode 120000 build/favicon.ico create mode 120000 build/images create mode 120000 build/media create mode 120000 build/robots.txt create mode 120000 build/script create mode 120000 build/style diff --git a/build/.htaccess b/build/.htaccess new file mode 120000 index 000000000..83237d6c6 --- /dev/null +++ b/build/.htaccess @@ -0,0 +1 @@ +../content/static/.htaccess \ No newline at end of file diff --git a/build/cgi-bin b/build/cgi-bin new file mode 120000 index 000000000..f0b727614 --- /dev/null +++ b/build/cgi-bin @@ -0,0 +1 @@ +../content/static/cgi-bin/ \ No newline at end of file diff --git a/build/datenspuren b/build/datenspuren new file mode 120000 index 000000000..3287cf8d2 --- /dev/null +++ b/build/datenspuren @@ -0,0 +1 @@ +../content/static/datenspuren/ \ No newline at end of file diff --git a/build/favicon.ico b/build/favicon.ico new file mode 120000 index 000000000..73c420d57 --- /dev/null +++ b/build/favicon.ico @@ -0,0 +1 @@ +../content/static/favicon.ico \ No newline at end of file diff --git a/build/images b/build/images new file mode 120000 index 000000000..9127a2630 --- /dev/null +++ b/build/images @@ -0,0 +1 @@ +../content/static/images/ \ No newline at end of file diff --git a/build/media b/build/media new file mode 120000 index 000000000..cda87c172 --- /dev/null +++ b/build/media @@ -0,0 +1 @@ +../content/static/media/ \ No newline at end of file diff --git a/build/robots.txt b/build/robots.txt new file mode 120000 index 000000000..904216404 --- /dev/null +++ b/build/robots.txt @@ -0,0 +1 @@ +../content/static/robots.txt \ No newline at end of file diff --git a/build/script b/build/script new file mode 120000 index 000000000..d5d5d3eb1 --- /dev/null +++ b/build/script @@ -0,0 +1 @@ +../content/static/script/ \ No newline at end of file diff --git a/build/style b/build/style new file mode 120000 index 000000000..453aa296e --- /dev/null +++ b/build/style @@ -0,0 +1 @@ +../content/static/style/ \ No newline at end of file