Hey here is a patch for menu-cache to correctly build on systems that
don't have gtk-doc installed..
It also looks like your lxde\menu-cache is missing a file gtk-doc.make
that would be needed
that file appears to exist in the debian branch on your repo..
On 03/07/2014 03:35 PM, Harvey wrote:
> Hey all, was wondering if there is any way to build the newest
> menu-cache without gtk-doc?
>
> Seems like there should be, trying to write an updates gentoo ebuild
> script...
>
> currently things break on `automake --add-missing --copy
> --force-missing` without gtk-doc installed.
>
> Thanks
>
> Harv
>
>
>
> ------------------------------------------------------------------------------
> Subversion Kills Productivity. Get off Subversion & Make the Move to Perforce.
> With Perforce, you get hassle-free workflows. Merge that actually works.
> Faster operations. Version large binaries. Built-in WAN optimization and the
> freedom to use Git, Perforce or both. Make the move to Perforce.
> http://pubads.g.doubleclick.net/gampad/clk?id=122218951&iu=/4140/ostg.clktrk
>
--- menu-cache/docs/reference/libmenu-cache/Makefile.am 2014-03-07 16:19:48.801475326 -0500
+++ menu-cache-9999/docs/reference/libmenu-cache/Makefile.am 2014-03-07 16:18:23.143473032 -0500
@@ -82,11 +82,12 @@
GTKDOC_LIBS=$(top_builddir)/libmenu-cache/libmenu-cache.la
# This includes the standard gtk-doc make rules, copied by gtkdocize.
-include $(top_srcdir)/gtk-doc.make
-
+if ENABLE_GTK_DOC
+ include $(top_srcdir)/gtk-doc.make
+endif
# Other files to distribute
# e.g. EXTRA_DIST += version.xml.in
-EXTRA_DIST +=
+#EXTRA_DIST =
# Files not to distribute
# for --rebuild-types in $(SCAN_OPTIONS), e.g. $(DOC_MODULE).types
------------------------------------------------------------------------------
Subversion Kills Productivity. Get off Subversion & Make the Move to Perforce.
With Perforce, you get hassle-free workflows. Merge that actually works.
Faster operations. Version large binaries. Built-in WAN optimization and the
freedom to use Git, Perforce or both. Make the move to Perforce.
http://pubads.g.doubleclick.net/gampad/clk?id=122218951&iu=/4140/ostg.clktrk
_______________________________________________
Lxde-list mailing list
Lxde-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/lxde-list