summaryrefslogtreecommitdiff
path: root/autogen.sh
Commit message (Collapse)AuthorAgeFilesLines
* build: Ensure that autogen.sh works when builddir != srcdirEmmanuele Bassi2016-06-021-0/+6
| | | | | | | | We need to switch directories, because the tools that modify the build system files, sadly, need to operate in the srcdir. This change is required in order to cope with the jhbuild change of default to enable separate build directories.
* Stop using gnome-autogen.shDavid King2015-02-051-9/+35
| | | | | | https://wiki.gnome.org/Projects/GnomeCommon/Migration https://bugzilla.gnome.org/show_bug.cgi?id=631370
* autogen.sh: remove unneeded call to autopointJavier Jardón2010-10-081-2/+0
| | | | It's already called in gnome-autogen.sh
* Use upstream gettext instead the Glib oneJavier Jardón2010-10-011-0/+2
|
* Update autotools configurationJavier Jardón2010-05-071-4/+1
| | | | | | | | | New requirements: automake >= 1.11 autoconf >= 2.63 libtool >= 2.2.6 gtk-doc >= 1.13 intltool >= 0.41
* [src/yelp.c] Basic DBus-enabled libyelp-based Yelp shellShaun McCance2010-03-101-1/+1
| | | | | | Nothing shiny yet. Just managing the application API with DBus and getting basic windows loaded using YelpView. Trying to keep it very simple, and with as little as possible done at startup.
* Use gecko.m4 from Epiphany to detect gecko and set the various compilerChristian Persch2005-11-301-1/+1
| | | | | | | | | | | | | | | 2005-11-30 Christian Persch <chpe@cvs.gnome.org> * Makefile.am: * autogen.sh: * configure.in: * data/Makefile.am: * m4/gecko.m4: * src/Makefile.am: Use gecko.m4 from Epiphany to detect gecko and set the various compiler flags etc. Bug #322171. * src/Yelper.cpp: Use nsIWebBrowserSetup to turn off the global history. Bug #322170.
* R INSTALL:Christian Persch2005-03-101-2/+2
| | | | | | | | | | | | | | | | | 2005-03-10 Christian Persch <chpe@cvs.gnome.org> * .cvsignore: R INSTALL: * autogen.sh: * configure.in: * data/.cvsignore: * po/POTFILES.in: * src/.cvsignore: * src/Makefile.am: * stylesheets/.cvsignore: Update the build system, and add missing files to .cvsignore:s. Remove not distributed file from POTFILES.in. From bug #169316.
* fix up handling of built sources for srcdir!=builddir builds.James Henstridge2004-10-281-138/+10
| | | | | | | | | | | | | | | | | | 2004-10-28 James Henstridge <james@jamesh.id.au> * src/Makefile.am: fix up handling of built sources for srcdir!=builddir builds. * po/POTFILES.in: remove some files that have been removed. * data/Makefile.am: add some files to the clean list. * Makefile.am: add intltool files to the distclean list. * configure.in: clean up a bit, removing obsolete macro usage. * autogen.sh: use the gnome-common autogen.sh script. Request a Automake 1.7.
* updated for 2.1.0YELP_2_1_0Mikael Hallendal2002-10-031-12/+140
| | | | | | | | | | | 2002-10-04 Mikael Hallendal <micke@codefactory.se> * NEWS: updated for 2.1.0 * configure.in: bumped version to 2.1.0, did a large jump here to reach GNOME version numbers. * autogen.sh: don't use gnome-common
* removed the outcommented menu-code. - No menu will be used, only theMikael Hallendal2001-12-081-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2001-12-08 Mikael Hallendal <micke@codefactory.se> * src/yelp-util.c: removed the outcommented menu-code. - No menu will be used, only the toolbar. - The window-generating code should probably be moved to glade later. * src/yelp-util.[ch]: added, moved the insert-into-tree function from yelp-section.[ch] here. * src/yelp-toc.c: (yelp_toc_open): removed, unused and unimplemented. Can add it back when I need it. * src/yelp-section.[ch]: (yelp_section_add_sub): removed, functionality moved to yelp-util.[ch] * src/yelp-scrollkeeper.[ch]: - renamed from scrollkeeper-parser.[ch] - cleaned up, don't use the metadata-parser interface. - insert into the GtkTreeStore directly. * src/yelp-main.c: include yelp-window.h * src/yelp-base.c: (yelp_base_new_book_cb): removed (yelp_base_insert_node): removed (yelp_base_section_foreach): removed (yelp_base_new): don't connect to parser signals, parser gets the GtkTreeStore and can insert directly into it. * src/scrollkeeper-parser.[ch]: moved to yelp-scrollkeeper.[ch] * src/metadata.h: removed, was used to help including all the metadata-parsers. * src/main.c: moved to yelp-main.c * src/metadata-parser.[ch]: removed, no need for this interface. * src/devhelp-parser.[ch]: removed, don't need to support this and want the source to be as clean as possible. * src/Makefile.am (yelp_SOURCES): changed to build the correct files after the move-around. * configure.in: changed AC_INIT argument to src/yelp-main. * autogen.sh (PKG_NAME): changed test for srcdir/main to srcdir/yelp-main.
* Exit when the window is closed.Richard Hult2001-12-011-27/+15
| | | | | | | | | | | | | | | | | | | | 2001-12-01 Richard Hult <rhult@codefactory.se> * src/main.c (main): Exit when the window is closed. * src/*.c: Mark strings as translatable. * src/main.c (main): Init gettext. * acconfig.h: Add. * configure.in: Gettextize and intltoolize. * autogen.sh: Redirect to the installed one for gnome 2. * yelp.desktop.in: Desktop file. * Makefile.am: Add a desktop file and intltool rule for it.
* Initial revisionMikael Hallendal2001-10-261-0/+34