~ubuntu-branches/ubuntu/saucy/9base/saucy

« back to all changes in this revision

Viewing changes to .pc/0003-02-shebang.patch.patch/troff/font/devutf/mkMAP

  • Committer: Package Import Robot
  • Author(s): Gergely Nagy
  • Date: 2011-12-15 14:15:57 UTC
  • Revision ID: package-import@ubuntu.com-20111215141557-qulwnrr1yo8mvwv2
Tags: 1:6-5
* New maintainer (Closes: #647092).
* Include 'strings' in the long description (Closes: #622177).
* Remove empty manual pages: better no manpages than an empty one.
* Fix the troff macros to look for include files at the right location.
* Update README.Debian, to show how to display the plan9 man pages properly.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#!/bin/rc
 
2
grep '  ' $* | awk '
 
3
$2 != "\"" {last = $4}
 
4
{printf("\t%s\t%s\n", $1, last)}
 
5
'