From 0e1a915e8c7458770e6f91d5f87f319b4720d1e3 Mon Sep 17 00:00:00 2001 From: Joel Andres Granados Date: Tue, 27 May 2008 17:09:25 +0200 Subject: add new files to the default run and add ignore man page comments. --- doc/man2wiki | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'doc') diff --git a/doc/man2wiki b/doc/man2wiki index 8a7d627..e26221d 100755 --- a/doc/man2wiki +++ b/doc/man2wiki @@ -6,9 +6,13 @@ # intented to help rather than create complete wiki pages. The work # needed for the resulting page is very little. # -DEFAULT_CHANGE_FILES=" firstaidkit.1 +DEFAULT_CHANGE_FILES=" + firstaidkit.1 firstaidkit-flags.1 - firstaidkit-plugin.1" + firstaidkit-plugin.1 + firstaidkit-reporting.1 + firstaidkit-backup.1 + " # # Aside from the default files you can add your oun files. @@ -17,6 +21,7 @@ CHANGE_FILES="$DEFAULT_CHANGE_FILES $*" for file in $CHANGE_FILES ; do sed \ + -e "s/\.\\\".*\.\\\"//" \ -e "s/\(^\.SH[ \t]*\"\)\([ \t^\"]*NAME[ \t^\"]*\)\(\"[ \t]*\)\(.*\)/= \4 =/" \ -e "s/\(^\.SH[ \t]*\"\)\([^\"]*\)\(\"[ \t]*\)\(.*\)/= \2 \4 =/" \ -e "s/\(^\.IP[ \t]*\"\)\([^\"]*\)\(\".*\)/[[BR]]'''\2'''[[BR]]/" \ -- cgit