822db49ea5
dir.gen.ini ---> dir.gen.asc trc.gen.ini ---> trc.gen.asc Aggiunti i campi luogo di costituzione (COMCOST) sulle presone giuridiche. Aggiunti i campi TIPOC GRUPPO CONTO SOTTOCONTO sulle righe IVA. git-svn-id: svn://10.65.10.50/trunk@164 c028cbd2-c16b-5b4b-a496-9718f37d4682
13 lines
214 B
Makefile
Executable File
13 lines
214 B
Makefile
Executable File
|
|
all: dir.gen.asc trc.gen.asc
|
|
|
|
dir.gen.asc: $(EP)dir.gen
|
|
uuencode $(EP)dir.gen dir.gen >dir.gen.asc
|
|
touch $(EP)dir.gen
|
|
|
|
trc.gen.asc: $(EP)trc.gen
|
|
uuencode $(EP)trc.gen trc.gen >trc.gen.asc
|
|
touch $(EP)trc.gen
|
|
|
|
|