summaryrefslogtreecommitdiff
path: root/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* Add AppData fileDaniel Mustieles2018-03-231-0/+8
| | | | | | | Various fixes and appdata updates by Kalev Lember <klember@redhat.com> and David King <amigadave@amigadave.com>. https://bugzilla.gnome.org/show_bug.cgi?id=722763
* Makefile: Move to AM_DISTCHECK_CONFIGURE_FLAGSSam Spilsbury2016-06-201-1/+1
| | | | | | | | | Since automake 1.11.2 it is recommended that packages use AM_DISTCHECK_CONFIGURE_FLAGS instead of DISTCHECK_CONFIGURE_FLAGS as the latter is intended to be a user variable. [endlessm/eos-sdk#3303]
* Makefile.am: mkdir data/domains to avoid buildir!=srcdir build problemShaun McCance2016-02-031-0/+1
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=757139
* Whitespace fix for Makefile.amDavid King2015-10-261-1/+1
|
* Convert data/mathjax subdir to non-recursive makeDavid King2015-10-261-1/+482
|
* Remove libyelpcommon private libraryDavid King2015-10-231-76/+14
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=756654
* Use build-aux directory for build filesDavid King2015-10-231-0/+14
|
* Convert docs subdirectory to non-recursive makeDavid King2015-10-231-6/+40
|
* Switch to use subdir-objects with AutomakeDavid King2015-10-231-43/+56
|
* Convert libyelp subdirectory to non-recursive makeDavid King2015-10-231-9/+217
|
* Convert data/dtd subdir to non-recursive makeDavid King2015-10-201-0/+27
|
* Convert data/domains subdir to non-recursive makeDavid King2015-10-201-1/+19
|
* Convert data/xslt subdir to non-recursive makeDavid King2015-10-201-0/+9
|
* Convert data/icons subdir to non-recursive makeDavid King2015-10-201-0/+19
|
* Move GSettings schema rules to top-level MakefileDavid King2015-10-201-0/+6
|
* Convert src subdirectory to non-recursive makeDavid King2015-10-201-3/+38
|
* Convert tests subdirectory to non-recursive makeDavid King2015-10-201-1/+61
|
* Use dist_ prefix rather than EXTRA_DISTDavid King2015-10-201-2/+4
|
* Remove obsolete intltool files from Makefile.amDavid King2015-10-191-8/+0
|
* Remove MAINTAINERS from MakefileDavid King2015-08-171-1/+0
|
* yelp-view: Implement web extension to load resourcesMarcos Chavarría Teijeiro2015-06-221-1/+1
| | | | I have split the libyelp library into two parts in order to avoid linking the webextension against libyelp. So now we have a libyelpuri with the yelp-uri, yelp-build-uri and their dependecies and the old libyelp with the remaining files. I have modified the yelp-build-uri logic to not have to use yelp-document because it implies to have to add to the new library most of libyelp classes.
* Use more stringent configure flags for distcheckDavid King2015-01-281-1/+4
| | | | | | As both bzip2 and lzma support are required for building the documentation during distcheck, add the relevant arguments to DISTCHECK_CONFIGURE_FLAGS.
* Massive cleanup of old filesShaun McCance2011-05-181-5/+1
|
* Build fixed for gtk docsShaun McCance2010-04-231-1/+1
|
* Some updates to build filesShaun McCance2010-04-231-2/+1
|
* make libtoolize happySaleem Abdulrasool2010-02-221-0/+3
|
* [libyelp] Adding gtk-doc API referenceShaun McCance2009-10-011-5/+5
|
* Fixing some build issues with libyelpShaun McCance2009-09-061-1/+1
|
* Merge branch 'master' into webkitFrédéric Péters2009-08-201-1/+1
|\ | | | | | | | | | | | | | | Conflicts: configure.in po/nb.po src/Makefile.am src/yelp-main.c
| * [yelp-uri] Adding some real unit tests for new URI resolverShaun McCance2009-08-091-1/+1
| |
* | Remove some gecko leftoversAlp Toker2008-07-181-2/+0
|/ | | | svn path=/branches/webkit/; revision=3155
* s/yelp.desktop.in/yelp.desktop.in.in/ Fixes distcheck (1) - other is inDon Scorgie2007-08-131-2/+2
| | | | | | | | | * Makefile.am: s/yelp.desktop.in/yelp.desktop.in.in/ Fixes distcheck (1) - other is in po/ChangeLog (Rodney Dawes) svn path=/trunk/; revision=2899
* Release 2.29.1YELP_2_19_1Don Scorgie2007-07-301-2/+2
| | | | svn path=/trunk/; revision=2851
* Move from bonobo activation to dbus activation Add {-p,--private-session}Don Scorgie2006-06-111-1/+0
| | | | | | | | | | | | | | * src/yelp-main.c: * src/yelp-infos.xml: * src/yelp-base.h: * src/yelp-base.c: * src/Makefile.am: * Makefile.am: * configure.in: Move from bonobo activation to dbus activation Add {-p,--private-session} flag to stop from activating If dbus isn't running, fallback to private session Bug #337540
* Makefile.am: Add MAINTAINERS fileDon Scorgie2006-01-121-0/+1
| | | | | Makefile.am: Add MAINTAINERS file
* Use gecko.m4 from Epiphany to detect gecko and set the various compilerChristian Persch2005-11-301-9/+10
| | | | | | | | | | | | | | | 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.
* fix up handling of built sources for srcdir!=builddir builds.James Henstridge2004-10-281-1/+6
| | | | | | | | | | | | | | | | | | 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.
* - Fix intltool problem with dist.YELP_2_5_2_1Shaun McCance2003-12-301-7/+8
| | | | | | | | * Makefile.am: - Fix intltool problem with dist. * configure.in: - Version 2.5.2.1.
* implemented jimmac's mockups.Mikael Hallendal2002-05-211-1/+1
| | | | | | | | | | | | | | | | | | | 2002-05-21 Mikael Hallendal <micke@codefactory.se> * src/yelp-view-toc.c: implemented jimmac's mockups. * src/yelp-uri.c: added support for file: * src/Makefile.am (INCLUDES): added IMAGEDIR * data/images/*: new files * data/Makefile.am: new file * configure.in: - added data/Makefile, data/images/Makefile to AC_OUTPUT. * Makefile.am (SUBDIRS): added data
* - show error dialog if open fails.Mikael Hallendal2002-04-151-1/+1
| | | | | | | | | | | | | | | | | | | | | | 2002-04-15 Mikael Hallendal <micke@codefactory.se> * src/yelp-html.c (yelp_html_do_non_docbook): - show error dialog if open fails. * src/yelp-error.h (YELP_ERROR): added error for non-docbook documents. * src/yelp-db2html.c (yelp_db2html_convert): use stylesheet from stylesheets/. (yelp_db2html_convert): updated to reflect changes in the stylesheet. * stylesheets/*: Added, includs patch from sander to gnome-doc-list. * configure.in (AC_OUTPUT): added stylesheets/Makefile. * Makefile.am (SUBDIRS): added stylesheets
* release 0.2.1Slayer of Satan2002-02-131-1/+1
| | | | | | | | | | 2002-02-13 Slayer of Satan <micke@codefactory.se> * configure.in: release 0.2.1 * reverted binary name change. Because I'm the funny kinda guy!
* Renname stuff to "gnome-help".Satan2002-02-011-1/+1
| | | | | | | | | | | | | 2002-01-31 Satan <snickell@stanford.edu> * Makefile.am: * gnome-help.desktop.in: * src/Makefile.am: * yelp.desktop.in: Renname stuff to "gnome-help". Because I'm a boring kind of guy.
* New file.Alex Larsson2002-01-251-0/+5
| | | | | | | | | | | | | | | | 2002-01-25 Alex Larsson <alexl@redhat.com> * important_docs.xml: New file. * Makefile.am: Install important_docs.xml * src/yelp-view-toc.c: Parse important_docs.xml instead of hardcoding them * configure.in: Remove "hu" from ALL_LINGUAS, as it breaks the build.
* Install .desktop file into the proper location, and fix its CategoriesSeth Nickell2002-01-161-1/+1
| | | | | | | | | | 2002-01-16 Seth Nickell <snickell@stanford.edu> * Makefile.am: * yelp.desktop.in: Install .desktop file into the proper location, and fix its Categories field. Use the gnome-help.png icon.
* use bonobo_main_quit instead of gtk_main_quit. This should be moved toMikael Hallendal2002-01-051-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2002-01-05 Mikael Hallendal <micke@codefactory.se> * src/yelp-window.c (yw_exit_cb): use bonobo_main_quit instead of gtk_main_quit. This should be moved to yelp-base instead. * src/yelp-view-content.c: (yelp_view_content_show_uri): added, not impl. * src/yelp-main.c: - uses bonobo-activation to start Yelp and connect to an already running instance. (yelp_base_factory): added. the factory-function. (yelp_main_activate_base): added, gets an CORBA_Object reference to the YelpBase. (yelp_main_open_new_window): added, calls GNOME_Yelp_newWindow on the CORBA_Object to open a new window. (yelp_main_start): added, called if another instance is already running. (yelp_main_idle_start): called from an idle function if this is the first instance. (main): start the factory. and call yelp_main_start or yelp_main_idle_start depending on if it's the first instance. * src/yelp-base.[ch]: - Made a BonoboXObject instead of GObject. (impl_Yelp_newWindow): added, implemented GNOME_Yelp_newWindow. (yelp_base_class_init): initialize the epv-functions. * src/Makefile.am: updated for idl and .server generation. * src/GNOME_Yelp.server.in: added for bonobo-activation. * idl/GNOME_Yelp.idl: Added. Yelp-interface (might be a module eventaully). * configure.in: updated for use with bonobo. * Makefile.am (EXTRA_DIST): added idl/GNOME_Yelp.idl
* Exit when the window is closed.Richard Hult2001-12-011-1/+17
| | | | | | | | | | | | | | | | | | | | 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.
* removed, included in platform now.62001-11-161-1/+1
| | | | | | | | | | | | | | 2001-11-16 <micke@codefactory.se> * vfs-help-module: removed, included in platform now. * configure.in: don't build vfs-help-module, it's now in libgnome. * Makefile.am (SUBDIRS): dito * src/yelp-view.c (yelp_view_url_requested_cb): GNOME_VFS_PRIORITY fixed to work with resent changes in API. (yelp_view_open_uri): dito.
* Initial revisionMikael Hallendal2001-10-261-0/+1