You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
29 lines
865 B
29 lines
865 B
1 year ago
|
#! /usr/bin/env tclsh
|
||
|
# -*- tcl -*-
|
||
|
|
||
|
# @@ Meta Begin
|
||
|
# Application dtplite 1.0.5
|
||
|
# Meta platform tcl
|
||
|
# Meta summary Lightweight DocTools Processor
|
||
|
# Meta description This application is a simple processor
|
||
|
# Meta description for documents written in the doctools
|
||
|
# Meta description markup language. It covers the most
|
||
|
# Meta description common use cases, but is not as
|
||
|
# Meta description configurable as its big brother dtp.
|
||
|
# Meta category Processing doctools documents
|
||
|
# Meta subject doctools doctoc docidx
|
||
|
# Meta require {dtplite 1.0.5}
|
||
|
# Meta author Andreas Kupries
|
||
|
# Meta license BSD
|
||
|
# @@ Meta End
|
||
|
|
||
|
package require dtplite 1.0.5
|
||
|
|
||
|
# dtp lite - Lightweight DocTools Processor
|
||
|
# ======== = ==============================
|
||
|
|
||
|
exit [dtplite::do $argv]
|
||
|
|
||
|
# ### ### ### ######### ######### #########
|
||
|
exit
|