diff options
Diffstat (limited to 'genman.txr')
-rw-r--r-- | genman.txr | 18 |
1 files changed, 9 insertions, 9 deletions
@@ -21,31 +21,31 @@ txr - text extractor (version @VERSION) This document was created by @(end) @(maybe) -@ (bind MONTH "1") +@ (bind MONTH "01") @ (bind MNAME "Jan") @(or) -@ (bind MONTH "2") +@ (bind MONTH "02") @ (bind MNAME "Feb") @(or) -@ (bind MONTH "3") +@ (bind MONTH "03") @ (bind MNAME "Mar") @(or) -@ (bind MONTH "4") +@ (bind MONTH "04") @ (bind MNAME "Apr") @(or) -@ (bind MONTH "5") +@ (bind MONTH "05") @ (bind MNAME "May") @(or) -@ (bind MONTH "6") +@ (bind MONTH "06") @ (bind MNAME "Jun") @(or) -@ (bind MONTH "7") +@ (bind MONTH "07") @ (bind MNAME "Jul") @(or) -@ (bind MONTH "8") +@ (bind MONTH "08") @ (bind MNAME "Aug") @(or) -@ (bind MONTH "9") +@ (bind MONTH "09") @ (bind MNAME "Sep") @(or) @ (bind MONTH "10") |