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$(PATH_INST_BIN)/it/ndpsmb.hlp: ./help/ndpsmb_it.ipf nversion.h Config.kmk ./help/changelog.txt
     131        -@mkdir $(PATH_OBJ)
     132        -@mkdir $(PATH_OBJ)\it
     133        @ppwizard.cmd ./help/ndpsmb_it.ipf /Pack:N /output:$(PATH_OBJ)/it/ndpsmb.ipf /other /WarningsRc:0 /Define:it /Define:ipf
     134        -@mkdir $(PATH_INST_BIN)
     135        -@mkdir $(PATH_INST_BIN)\it
     136        $(TOOLKIT)\bin\ipfc.exe $(PATH_OBJ)/it/ndpsmb.ipf $(PATH_INST_BIN)/it/ndpsmb.hlp /COUNTRY=001 /CODEPAGE=850
     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$(PATH_INST_BIN)/readme_it.txt: Config.kmk ./help/readme_it.txt nversion.h ./help/changelog.txt
     158        @ppwizard.cmd ./help/readme_it.txt /option:KeepIndent=On /option:LeaveBlankLines=On /Pack:N /output:$(PATH_INST_BIN)/readme_it.txt /other /WarningsRc:0 /Define:it /Define:txt
    147159
    148160
     
    157169                $(PATH_INST_BIN)/fr/ndpsmb.hlp \
    158170                $(PATH_INST_BIN)/de/ndpsmb.hlp \
     171                $(PATH_INST_BIN)/it/ndpsmb.hlp \
    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                $(PATH_INST_BIN)/it/ndpsmb.hlp \
    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.