summaryrefslogtreecommitdiff
path: root/netsurf_corebuild.mdwn
diff options
context:
space:
mode:
Diffstat (limited to 'netsurf_corebuild.mdwn')
-rw-r--r--netsurf_corebuild.mdwn74
1 files changed, 37 insertions, 37 deletions
diff --git a/netsurf_corebuild.mdwn b/netsurf_corebuild.mdwn
index 1635970..64215af 100644
--- a/netsurf_corebuild.mdwn
+++ b/netsurf_corebuild.mdwn
@@ -17,41 +17,41 @@ The source layout was in need of improvement to achive use of core buildsystem.
Most of the layout change has been done and current layout in May 2018 is:
```
-├── content
-│   ├── fetchers
-│   └── handlers
-│   ├── css
-│   ├── html
-│   ├── image
-│   ├── javascript
-│   └── text
-├── desktop
-├── docs
-├── frontends
-│   ├── amiga
-│   ├── atari
-│   ├── beos
-│   ├── framebuffer
-│   ├── gtk
-│   ├── monkey
-│   ├── riscos
-│   └── windows
-├── include
-│   └── netsurf
-├── resources
-│   ├── de
-│   ├── en
-│   ├── fr
-│   ├── icons
-│   ├── it
-│   ├── ja
-│   └── nl
-├── test
-│   ├── data
-│   └── js
-└── utils
- ├── http
- └── nsurl
+├── content
+│   ├── fetchers
+│   └── handlers
+│   ├── css
+│   ├── html
+│   ├── image
+│   ├── javascript
+│   └── text
+├── desktop
+├── docs
+├── frontends
+│   ├── amiga
+│   ├── atari
+│   ├── beos
+│   ├── framebuffer
+│   ├── gtk
+│   ├── monkey
+│   ├── riscos
+│   └── windows
+├── include
+│   └── netsurf
+├── resources
+│   ├── de
+│   ├── en
+│   ├── fr
+│   ├── icons
+│   ├── it
+│   ├── ja
+│   └── nl
+├── test
+│   ├── data
+│   └── js
+└── utils
+ ├── http
+ └── nsurl
```
vincents original target:
@@ -63,8 +63,8 @@ vincents original target:
   + utils
   + test
   + docs
-   + include
-   | + netsurf
+   + include
+   | + netsurf
   + content
   | + cache
   | + fetchers