diff options
author | Bill Allombert <ballombe@debian.org> | 2011-11-16 12:33:27 +0100 |
---|---|---|
committer | Igor Pashev <pashev.igor@gmail.com> | 2013-03-05 16:39:28 +0000 |
commit | dd7279795c97aa356727d366a2149c9bc838b496 (patch) | |
tree | a87d19d2e5220f5b38aec3b5b036235a59f971c9 /doc/menu.direntry | |
download | menu-dd7279795c97aa356727d366a2149c9bc838b496.tar.gz |
Imported Debian version 2.1.46debian/2.1.46
Diffstat (limited to 'doc/menu.direntry')
-rwxr-xr-x | doc/menu.direntry | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/menu.direntry b/doc/menu.direntry new file mode 100755 index 0000000..0d9bd79 --- /dev/null +++ b/doc/menu.direntry @@ -0,0 +1,11 @@ +#!/bin/sh +sedscript=`tempfile` +cat <<'EOF' > $sedscript +/@c %\*\*add dircategory and direntry here/a\ +@dircategory Information\ +@direntry\ +* Debian menu: \(menu\). The Debian menu system\ +@end direntry +EOF +sed -f $sedscript <$1 >$2 +rm $sedscript |