open-src/app/xfd/Makefile
changeset 910 0a08683bf637
parent 907 3c35d611cdaa
child 911 a3e7e197651c
equal deleted inserted replaced
909:23e167c89da8 910:0a08683bf637
     1 ###############################################################################
     1 ###############################################################################
     2 #
     2 #
     3 # xfd 1.x Makefile
     3 # xfd 1.x Makefile
     4 #
     4 #
     5 # Copyright 2009 Sun Microsystems, Inc.  All rights reserved.
     5 # Copyright 2010 Sun Microsystems, Inc.  All rights reserved.
     6 # Use is subject to license terms.
     6 # Use is subject to license terms.
     7 #
     7 #
     8 # Permission is hereby granted, free of charge, to any person obtaining a
     8 # Permission is hereby granted, free of charge, to any person obtaining a
     9 # copy of this software and associated documentation files (the
     9 # copy of this software and associated documentation files (the
    10 # "Software"), to deal in the Software without restriction, including
    10 # "Software"), to deal in the Software without restriction, including
    39 MODULE_VERSION=1.0.1
    39 MODULE_VERSION=1.0.1
    40 
    40 
    41 # Patches to apply to source after unpacking, in order
    41 # Patches to apply to source after unpacking, in order
    42 SOURCE_PATCHES = xfd.patch
    42 SOURCE_PATCHES = xfd.patch
    43 
    43 
    44 
       
    45 # Man pages to apply Sun footer to & attributes to list
    44 # Man pages to apply Sun footer to & attributes to list
    46 SUNTOUCHED_MANPAGES=*.man
    45 SUNTOUCHED_MANPAGES=*.man
    47 SUN_PACKAGE=SUNWxwplt
    46 SUN_PACKAGE=SUNWxwplt
    48 MODULE_STABILITY=Committed
    47 MODULE_STABILITY=Committed
    49 
    48 
       
    49 # Additional install rules beyond what upstream installs
       
    50 MODULE_ADD_INSTALL_TARGETS=install_po
       
    51 
    50 include ../Makefile.inc
    52 include ../Makefile.inc
    51 
    53 
    52 install_gen:: install_po
       
    53 install_po:
    54 install_po:
    54 	mkdir -p $(PROTODIR)$(X11_LC_MESSAGES_DIR)
    55 	mkdir -p $(PROTODIR)$(X11_LC_MESSAGES_DIR)
    55 	cp -f xfd.po $(PROTODIR)$(X11_LC_MESSAGES_DIR)
    56 	cp -f xfd.po $(PROTODIR)$(X11_LC_MESSAGES_DIR)