Annotation of embedaddon/hping2/docs/french/Makefile, revision 1.1

1.1     ! misho       1: TXT = hping2-fr.8.txt
        !             2: 
        !             3: all: $(TXT)
        !             4: 
        !             5: hping2-fr.8.txt: hping2-fr.8
        !             6:        #groff -t -e -mandoc -Tlatin1 hping2-fr.8 | col -bx | uniq > hping2-fr.8.txt
        !             7:        #groff -t -e -mandoc -Tlatin1 hping2-fr.8 | uniq > hping2-fr.8.txt
        !             8:        groff -t -e -mandoc -Tlatin1 hping2-fr.8 | LC_ALL=fr_FR.ISO-8859-1 col -bx | uniq > hping2-fr.8.txt
        !             9: 
        !            10: clean:
        !            11:        rm -f *~ $(TXT)

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>