From 8b507ca6c83554c9832bf9814db5a9fd7204d26d Mon Sep 17 00:00:00 2001 From: Brian Cameron Date: Thu, 11 Jul 2002 10:08:51 +0000 Subject: libgnome/libgnome-2.0.pc.in help-converters/gnome-vfs-module/Makefile.am * libgnome/libgnome-2.0.pc.in * help-converters/gnome-vfs-module/Makefile.am * help-converters/gnome-vfs-module/help-method.c * help-converters/info/Makefile.am * help-converters/man/Makefile.am * help-converters/docbook/Makefile.am Now install gnome2-info2html, gnome2-man2html, and gnome2-db2html to libexec rather than bin. --- src/info2html/Makefile.am | 2 +- src/man2html/Makefile.am | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/info2html/Makefile.am b/src/info2html/Makefile.am index 218d6f88..938eb40a 100644 --- a/src/info2html/Makefile.am +++ b/src/info2html/Makefile.am @@ -2,7 +2,7 @@ INCLUDES = $(LIBGNOME_CFLAGS) -bin_PROGRAMS = gnome2-info2html +libexec_PROGRAMS = gnome2-info2html gnome2_info2html_SOURCES = main.c parse.c utils.c html.c data.h html.h parse.h utils.h version.h diff --git a/src/man2html/Makefile.am b/src/man2html/Makefile.am index 4f69dbe9..99d0a1ac 100644 --- a/src/man2html/Makefile.am +++ b/src/man2html/Makefile.am @@ -2,7 +2,7 @@ INCLUDES = $(LIBGNOME_CFLAGS) -bin_PROGRAMS = gnome2-man2html +libexec_PROGRAMS = gnome2-man2html gnome2_man2html_SOURCES = gnome-man2html.c -- cgit v1.2.1