Browse Source

Add doc dir with unfinished markdown docs

Serj Kalichev 9 years ago
parent
commit
11fb6c929f
3 changed files with 55 additions and 0 deletions
  1. 2 0
      Makefile.am
  2. 51 0
      doc/klish.md
  3. 2 0
      doc/module.am

+ 2 - 0
Makefile.am

@@ -27,6 +27,7 @@ EXTRA_DIST = \
 	konf/module.am \
 	plugins/module.am \
 	libc/module.am \
+	doc/module.am \
 	contrib \
 	xml-examples \
 	debian \
@@ -43,3 +44,4 @@ include $(top_srcdir)/clish/module.am
 include $(top_srcdir)/bin/module.am
 include $(top_srcdir)/plugins/module.am
 include $(top_srcdir)/libc/module.am
+include $(top_srcdir)/doc/module.am

File diff suppressed because it is too large
+ 51 - 0
doc/klish.md


+ 2 - 0
doc/module.am

@@ -0,0 +1,2 @@
+EXTRA_DIST += \
+	doc/klish.md

Some files were not shown because too many files changed in this diff