Changeset 1009 for trunk/LATMOS-Accounts


Ignore:
Timestamp:
05/21/12 12:25:53 (12 years ago)
Author:
nanardon
Message:
  • add script to generate html doc
Location:
trunk/LATMOS-Accounts
Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/LATMOS-Accounts/MANIFEST

    r1007 r1009  
    120120scripts/la-sw-net 
    121121scripts/ochelper 
     122scripts/pod2xhtml.pl 
    122123sqldata/attributes.csv 
    123124sqldata/base.sql 
  • trunk/LATMOS-Accounts/Makefile.PL

    r1007 r1009  
    122122\t latmos-accounts.spec 
    123123 
     124podhtml: \$(MAN1PODS) \$(MAN3PODS) 
     125\tmkdir html || : 
     126\trm -f html/* 
     127\tperl scripts/pod2xhtml.pl \$(MAN1PODS) \$(MAN3PODS) 
     128 
    124129EOF 
    125130} 
Note: See TracChangeset for help on using the changeset viewer.