Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono-tools.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorC.J. Adams-Collier <cjac@colliertech.org>2005-11-28 03:45:25 +0300
committerC.J. Adams-Collier <cjac@colliertech.org>2005-11-28 03:45:25 +0300
commitdbc14aa11153190a5034055c534863f13a7dedd5 (patch)
tree5c3dde0b4e25fc425f68403bcc2281520b4ede0e /docbrowser
parent37c0bb1cf822148ea6b086864c7d5c17d3bbb9b4 (diff)
- generating monodoc.desktop via automake rather than autoconf in
order to avoid substitution issues. credit to compnerd@compnerd.org svn path=/trunk/mono-tools/; revision=53532
Diffstat (limited to 'docbrowser')
-rw-r--r--docbrowser/Makefile.am5
1 files changed, 4 insertions, 1 deletions
diff --git a/docbrowser/Makefile.am b/docbrowser/Makefile.am
index f6a33c27..07d24874 100644
--- a/docbrowser/Makefile.am
+++ b/docbrowser/Makefile.am
@@ -11,7 +11,7 @@ GECKO_PRINTING_DEF="-d:USE_GTKHTML_PRINT"
GTKHTML_TARGET=GtkHtmlHtmlRender.dll
endif
-CLEANFILES = browser.exe browser.exe.mdb admin.exe admin.exe.mdb $(GECKO_TARGET) $(GECKO_TARGET).mdb $(GTKHTML_TARGET) $(GTKHTML_TARGET).mdb
+CLEANFILES = browser.exe browser.exe.mdb admin.exe admin.exe.mdb $(GECKO_TARGET) $(GECKO_TARGET).mdb $(GTKHTML_TARGET) $(GTKHTML_TARGET).mdb monodoc.desktop
monodoc_DATA = browser.exe $(GECKO_TARGET) $(GTKHTML_TARGET)
DISTCLEANFILES = AssemblyInfo.cs monodoc.desktop monodoc.in
@@ -80,5 +80,8 @@ c: admin.exe
desktopdir = $(datadir)/applications
desktop_DATA = monodoc.desktop
+monodoc.desktop: monodoc.desktop.in
+ sed -e "s|\@bindir\@|$(bindir)|" $< > $@
+
pixmapdir = $(datadir)/pixmaps
pixmap_DATA = monodoc.png