aboutsummaryrefslogblamecommitdiffstats
path: root/plugin.mk
blob: a98aaf63bb227ceaad72f443413217846587f9a6 (plain) (tree)
1
2
3
4
5
6
7
8
                   



                                                         
 

                                                   


                                                   
%.eplug: %.eplug.in
    sed -e 's|\@PLUGINDIR\@|$(plugindir)|'      \
    -e 's|\@SOEXT\@|$(SOEXT)|'          \
    -e 's|\@GETTEXT_PACKAGE\@|$(GETTEXT_PACKAGE)|'  \
    -e 's|\@LOCALEDIR\@|$(localedir)|' $< > $@

%.eplug.in: %.eplug.xml
    LC_ALL=C $(INTLTOOL_MERGE) -x -u /tmp $< $@

%.error: %.error.xml
    LC_ALL=C $(INTLTOOL_MERGE) -x -u /tmp $< $@