diff options
author | Perberos <[email protected]> | 2012-09-20 07:23:33 -0700 |
---|---|---|
committer | Perberos <[email protected]> | 2012-09-20 07:23:33 -0700 |
commit | 4af423c4e4fc090ca0e4b82135a5b83b54dfb01e (patch) | |
tree | 860db177ec56b1621e9aca16a5f68ad2d85ae0e0 /help/C/readme.txt | |
parent | 6d53504e6a55dc755b425ca26ef374c04973f9f6 (diff) | |
parent | 0d2bdb04daef31a71db82186081fe4aa6439429a (diff) | |
download | atril-4af423c4e4fc090ca0e4b82135a5b83b54dfb01e.tar.bz2 atril-4af423c4e4fc090ca0e4b82135a5b83b54dfb01e.tar.xz |
Merge pull request #10 from oz123/markdown-docu
Markdown docu
Diffstat (limited to 'help/C/readme.txt')
-rw-r--r-- | help/C/readme.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/help/C/readme.txt b/help/C/readme.txt new file mode 100644 index 00000000..85ce9f48 --- /dev/null +++ b/help/C/readme.txt @@ -0,0 +1,4 @@ +xml docs converted to markdown using pandoc. + +pandoc -S -f docbook -t markdown atril.xml -o atril.md + |