Renamed 'docu' directory to 'docs'

This commit is contained in:
Storm Dragon
2024-12-02 21:18:56 -05:00
parent e123c8ebfa
commit d84edf520e
8 changed files with 1 additions and 1 deletions

13
docs/create_manpage.sh Executable file
View File

@ -0,0 +1,13 @@
#!/bin/bash
# needs pandoc and php installed
# remove old files
rm fenrir.1
rm user.md
# convert to markdown
php DokuWiki-to-Markdown-Converter/convert.php user.txt
# convert markdown to manpage
pandoc user.md -f markdown -t man -s -o fenrir.1