~ubuntu-branches/ubuntu/quantal/libarchive/quantal

« back to all changes in this revision

Viewing changes to doc/mdoc2wiki.awk

  • Committer: Package Import Robot
  • Author(s): Andres Mejia
  • Date: 2012-02-23 19:29:24 UTC
  • mfrom: (8.1.10 sid)
  • Revision ID: package-import@ubuntu.com-20120223192924-73n4iedok5fwgsyr
Tags: 3.0.3-5
* Detect if locales or locales-all is installed for use with test suite.
* Bump Standards-Version to 3.9.3.

Show diffs side-by-side

added added

removed removed

Lines of Context:
255
255
    } else if(match(words[w],"^Nd$")) {
256
256
      add("- " wtail())
257
257
    } else if(match(words[w],"^Fl$")) {
258
 
      if (displaylines == 0)
259
 
        add("*-" words[++w] "*")
260
 
      else
261
 
        add("-" words[++w])
 
258
      addopen("-")
262
259
    } else if(match(words[w],"^Ar$")) {
263
260
      if(w==nwords)
264
261
        add("_file ..._")
422
419
        addpunct("<li>")
423
420
        listnext[listdepth] = "</li>"
424
421
      }
 
422
    } else if(match(words[w], "^Vt$")) {
 
423
      w++
 
424
      add("_" words[w] "_")
425
425
    } else if(match(words[w],"^Xo$")) {
426
426
      # TODO: Figure out how to handle this
427
427
    } else if(match(words[w],"^Xc$")) {