Changeset 1e572e1


Ignore:
Timestamp:
06/09/09 20:10:15 (15 years ago)
Author:
Mateusz Hromada <ruanda@…>
Branches:
master
Children:
ac9a049
Parents:
3a2ae91
git-author:
Mateusz Hromada <ruanda@…> (06/09/09 20:10:15)
git-committer:
Mateusz Hromada <ruanda@…> (06/09/09 20:10:15)
Message:

Migration to new build system.

  • unfla moved and checked
Files:
1 deleted
1 edited
1 moved

Legend:

Unmodified
Added
Removed
  • auto/output/Makefile

    r3a2ae91 r1e572e1  
    4646VPATH = ./src 
    4747 
    48 PROGRAMS = tok sen fla gph kot 
     48PROGRAMS = tok sen fla gph kot unfla 
    4949 
    5050TOK_OBJ_FILES = tok.o tok_cmdline.o 
     
    7474KOT_PERL_FILES = kot.pl 
    7575kot: \$(KOT_PERL_FILES) 
     76 
     77UNFLA_SH_FILES = unfla.sh 
     78unfla: \$(UNFLA_SH_FILES) 
    7679 
    7780CONFIG_FILES = src/config.h Makefile 
     
    141144        \$(CHMOD) a+x \$@ 
    142145 
     146%: %.sh 
     147        \$(CP) \$< \$@ 
     148        \$(CHMOD) a+x \$@ 
     149 
    143150EOF 
    144151 
  • src/unfla.sh

    • Property mode changed from 100755 to 100644
    r20b4e44 r1e572e1  
    1 #!/bin/bash 
     1#!/bin/sh 
    22 
    33#package:       UAM Text Tools 
     
    66#author:        Tomasz Obrebski 
    77 
    8 tr '\014' '\012' 
     8exec tr '\014' '\012' 
Note: See TracChangeset for help on using the changeset viewer.