Skip to content

Commit

Permalink
Moved MkDocs documentation to a separate directory
Browse files Browse the repository at this point in the history
  • Loading branch information
dimkr committed Nov 1, 2017
1 parent 5f6bd5f commit 3e10ade
Show file tree
Hide file tree
Showing 12 changed files with 20 additions and 3 deletions.
3 changes: 0 additions & 3 deletions doc/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,3 @@
# limitations under the License.

install_man('b6b.1')
foreach md: ['bindings.md', 'evloop.md', 'fs.md', 'introduction.md', 'license.md', 'stdlib.md', 'streams.md', 'tutorial.md', 'use_cases.md']
install_data(md, install_dir: docdir)
endforeach
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
19 changes: 19 additions & 0 deletions docs/meson.build
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# This file is part of b6b.
#
# Copyright 2017 Dima Krasner
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.

foreach md: ['bindings.md', 'evloop.md', 'fs.md', 'introduction.md', 'stdlib.md', 'streams.md', 'tutorial.md', 'use_cases.md']
install_data(md, install_dir: docdir)
endforeach
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
1 change: 1 addition & 0 deletions meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ subdir('include')
subdir('src')
subdir('tests')
subdir('doc')
subdir('docs')
subdir('examples')

install_data('README.md', 'AUTHORS', 'COPYING',
Expand Down

0 comments on commit 3e10ade

Please sign in to comment.