gedit-plugin files are not generated

Bug #419094 reported by Curtis Hovey
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Gedit Developer Plugins
Fix Released
Low
Unassigned

Bug Description

This command works, and was used to create the plugin files by hand.
    cd plugins
    intltool-merge -d -u ~/Hacking/gedit-developer-plugins/po/*po gdpbzr.gedit-plugin.deskton.in gdpbzr.gedit-plugin

The when the files are removed and make is run this error happens
    make[2]: *** No rule to make target `gdpbzr.gedit-plugin', needed by `all-am'. Stop.

Makefile.am uses same rules as other plugins.

plugin_in_files = \
 gdpbzr.gedit-plugin.desktop.in \
 gdpformat.gedit-plugin.desktop.in \
 gdpsyntaxcompleter.gedit-plugin.desktop.in \
 $(NULL)

%.gedit-plugin: %.gedit-plugin.desktop.in \
 $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*po); \
 $(INTLTOOL_MERGE) $(top_srcdir)/po $< \
 $@ -d -u -c $(top_builddir)/po/.intltool-merge-cache

plugin_DATA = $(plugin_in_files:.gedit-plugin.desktop.in=.gedit-plugin)

Tags: build

Related branches

Curtis Hovey (sinzui)
Changed in gdp:
status: Triaged → Fix Committed
Curtis Hovey (sinzui)
Changed in gdp:
assignee: nobody → Curtis Hovey (sinzui)
Revision history for this message
Curtis Hovey (sinzui) wrote : Bug 419094 Fix released

Fixed released in gdp 0.1.

Changed in gdp:
status: Fix Committed → Fix Released
Curtis Hovey (sinzui)
Changed in gdp:
assignee: Curtis Hovey (sinzui) → nobody
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.