Changeset 996


Ignore:
Timestamp:
Dec 23, 2016, 12:16:44 PM (9 years ago)
Author:
Silvan Scherrer
Message:

Samba Client: add italian translation also to makefile

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/client/src/Makefile.kmk

    r971 r996  
    6262OTHER_CLEAN += $(PATH_INST_BIN)/en/ndpsmb.hlp $(PATH_OBJ)/en/ndpsmb.ipf $(PATH_INST_BIN)/readme.txt \
    6363              $(PATH_INST_BIN)/fr/ndpsmb.hlp $(PATH_OBJ)/fr/ndpsmb.ipf $(PATH_INST_BIN)/readme_fr.txt \
    64               $(PATH_INST_BIN)/de/ndpsmb.hlp $(PATH_OBJ)/de/ndpsmb.ipf $(PATH_INST_BIN)/readme_de.txt
     64              $(PATH_INST_BIN)/de/ndpsmb.hlp $(PATH_OBJ)/de/ndpsmb.ipf $(PATH_INST_BIN)/readme_de.txt \
     65              $(PATH_INST_BIN)/it/ndpsmb.hlp $(PATH_OBJ)/it/ndpsmb.ipf $(PATH_INST_BIN)/readme_it.txt
    6566
    6667# install some more files
     
    127128        $(TOOLKIT)\bin\ipfc.exe $(PATH_OBJ)/de/ndpsmb.ipf $(PATH_INST_BIN)/de/ndpsmb.hlp /COUNTRY=001 /CODEPAGE=850
    128129
     130
     131
     132
     133
     134
     135
     136
     137
    129138
    130139# substitute macros in nversion.h
     
    145154$(PATH_INST_BIN)/readme_de.txt: Config.kmk ./help/readme_de.txt nversion.h ./help/changelog.txt
    146155        @ppwizard.cmd ./help/readme_de.txt /option:KeepIndent=On /option:LeaveBlankLines=On /Pack:N /output:$(PATH_INST_BIN)/readme_de.txt /other /WarningsRc:0 /Define:de /Define:txt
     156
     157
     158
    147159
    148160
     
    157169                $(PATH_INST_BIN)/fr/ndpsmb.hlp \
    158170                $(PATH_INST_BIN)/de/ndpsmb.hlp \
     171
    159172                $(PATH_INST_BIN)/readme.txt \
    160173                $(PATH_INST_BIN)/readme_fr.txt \
    161                 $(PATH_INST_BIN)/readme_de.txt
     174                $(PATH_INST_BIN)/readme_de.txt \
     175                $(PATH_INST_BIN)/readme_it.txt
    162176        $(QUIET)$(MKDIR) -p $(PATH_OUT)/dist                             
    163177        $(QUIET)$(RM) -f $@
     
    176190                $(PATH_INST_BIN)/fr/ndpsmb.hlp \
    177191                $(PATH_INST_BIN)/de/ndpsmb.hlp \
     192
    178193                $(PATH_INST_BIN)/readme.txt \
    179194                $(PATH_INST_BIN)/readme_fr.txt \
    180                 $(PATH_INST_BIN)/readme_de.txt
     195                $(PATH_INST_BIN)/readme_de.txt \
     196                $(PATH_INST_BIN)/readme_it.txt
    181197        $(QUIET)$(MKDIR) -p $(PATH_OUT)/dist                             
    182198        $(QUIET)$(RM) -f $@
Note: See TracChangeset for help on using the changeset viewer.