aboutsummaryrefslogtreecommitdiffstats
path: root/plugin.mk
blob: a98aaf63bb227ceaad72f443413217846587f9a6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
%.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 $< $@
form'>
path: root/converters/uulib
Commit message (Expand)AuthorAgeFilesLines
* Rename converters/ patch-xy patches to reflect the files they modify.adamw2014-07-284-0/+0
* Support stagebapt2014-01-091-20/+11
* Convert converters to MDOCS and MEXAMPLESadamw2014-01-041-1/+4
* Add NO_STAGE all over the place in preparation for the staging support (cat: ...bapt2013-09-21