DataMuseum.dk

Presents historical artifacts from the history of:

DKUUG/EUUG Conference tapes

This is an automatic "excavation" of a thematic subset of
artifacts from Datamuseum.dk's BitArchive.

See our Wiki for more about DKUUG/EUUG Conference tapes

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - metrics - download

⟦f42061f55⟧ TextFile

    Length: 370 (0x172)
    Types: TextFile
    Names: »mhdoc«

Derivation

└─⟦9ae75bfbd⟧ Bits:30007242 EUUGD3: Starter Kit
    └─⟦3658e588a⟧ »EurOpenD3/mail/mh/mh-6.7.tar.Z« 
        └─⟦c75e36ecb⟧ 
            └─⟦this⟧ »mh-6.7/conf/mhdoc« 

TextFile

: run this script through /bin/sh
: '@(#)$Id: mhdoc,v 1.3 90/04/08 15:04:21 sources Exp $'

echo grinding...

sed -f doc/config.sed < doc/tmac.h > ../doc/tmac.h
sed -f doc/config.sed < doc/tmac.hdr > ../doc/tmac.me
sed -f doc/config.sed < doc/me2man.sed > ../doc/me2man.sed

for f in doc/*.rf
do
    sed -f doc/config.sed < $f > ../doc/`basename $f .rf`.me
done

exit 0