summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorJoel Andres Granados <jgranado@redhat.com>2008-05-27 17:09:25 +0200
committerJoel Andres Granados <jgranado@redhat.com>2008-05-27 17:09:25 +0200
commit0e1a915e8c7458770e6f91d5f87f319b4720d1e3 (patch)
treec561a80b99e5a429c673787972c03ce7e69c4019 /doc
parent5ce7dd3b925a86c0060b52077ff344f6501396da (diff)
downloadfirstaidkit-0e1a915e8c7458770e6f91d5f87f319b4720d1e3.tar.gz
firstaidkit-0e1a915e8c7458770e6f91d5f87f319b4720d1e3.tar.xz
firstaidkit-0e1a915e8c7458770e6f91d5f87f319b4720d1e3.zip
add new files to the default run and add ignore man page comments.
Diffstat (limited to 'doc')
-rwxr-xr-xdoc/man2wiki9
1 files changed, 7 insertions, 2 deletions
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]]/" \