From 92ebe66d850fb65965a63e85a1883fef5033c8b7 Mon Sep 17 00:00:00 2001 From: Alexander Sulfrian Date: Wed, 6 Jan 2010 20:49:07 +0100 Subject: added script for generating index of html docs in /usr/share/doc/ --- bin/update_doc-index | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100755 bin/update_doc-index diff --git a/bin/update_doc-index b/bin/update_doc-index new file mode 100755 index 0000000..a64cf14 --- /dev/null +++ b/bin/update_doc-index @@ -0,0 +1,20 @@ +#!/bin/sh + +( + echo "" +) > ~/doc_index.html + -- cgit v1.2.3