| Summary: | kate-insertcommand gets not compiled + installed | ||
|---|---|---|---|
| Product: | [Unmaintained] kdeaddons | Reporter: | Burkhard Lück <lueck> |
| Component: | kate-insertcommand | Assignee: | Anders Lund <anderslund> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | ||
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | Compiled Sources | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Burkhard Lück
2006-02-16 14:56:20 UTC
Please apply the patch. Without this patch no translator can take the new screenshots for the insertcommand dokumentation in his language SVN commit 515980 by reitelbach: Compile all plugins! (insertcommand, make and helloworld were missing) Thanks to Burkhard Lück for figuring this out :) BUG:122102 M +5 -1 Makefile.am --- branches/KDE/3.5/kdeaddons/kate/Makefile.am #515979:515980 @@ -1 +1,5 @@ -SUBDIRS = scripts htmltools kpybrowser modeline openheader textfilter xmltools xmlcheck filelistloader cppsymbolviewer tabbarextension filetemplates snippets +SUBDIRS = scripts htmltools kpybrowser modeline openheader textfilter xmltools \ + xmlcheck filelistloader cppsymbolviewer tabbarextension filetemplates \ + snippets insertcommand make helloworld + + On Sunday 05 March 2006 17:19, Thomas Reitelbach wrote:
> Compile all plugins!
helloworld is not supposed to be installed, and i see no reason to compile it
either.
-anders
|