summaryrefslogtreecommitdiff
path: root/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* Generate .gitignore with git.mkMichael Catanzaro2014-01-031-0/+7
| | | | | | | Keeps it up to date. Also, allows cleaning Autotools-generated files with 'make maintainer-clean' https://bugzilla.gnome.org/show_bug.cgi?id=720548
* Set up build system for user helpEkaterina Gerasimova2013-08-041-1/+1
|
* Makefile.am: remove gtk-doc flag from distcheckXan Lopez2013-03-081-2/+1
| | | | Should not be needed anymore.
* Add code coverage supportXan Lopez2012-09-041-0/+2
| | | | | | | | | | Needs a fairly recent gnome-common. To use do: - Run configure with --enable-code-coverage - Type 'make check-code-coverage' - Open the HTML results https://bugzilla.gnome.org/show_bug.cgi?id=683297
* Makefile.am: remove obsolete distcheck flagsXan Lopez2012-08-091-4/+1
|
* Also remove the po/ old ChangeLogXan Lopez2012-06-141-1/+0
|
* Makefile.am: the old ChangeLogs are goneXan Lopez2012-06-141-5/+0
|
* Remove Epiphany manualXan Lopez2012-04-131-7/+1
| | | | | | | | | The current manual is quite obsolete and uses and outdated technology, so it really just needs a full rewrite at this point. Hopefully this will motivate someone to do it, meanwhile we stop shipping misguiding documentation. https://bugzilla.gnome.org/show_bug.cgi?id=674047
* Run distcheck builds with debug enabledXan Lopez2012-03-141-0/+1
| | | | We are going to need this for ephy_file to pick up all the data paths.
* Makefile: pass ACLOCAL_FLAGS to aclocalXan Lopez2010-09-021-1/+1
| | | | | That way it can pick up m4 files in weird places if set-up properly, like by jhbuild.
* Do not dist .gir filesXan Lopez2010-01-051-1/+0
| | | | | | Since the g-i scanner and compiler are shipped together (and will be in the future), there's little to gain in shipping the .gir file in our tarball, and we save a few build-time headaches.
* Remove ChangeLog generation from SVNXan Lopez2009-12-311-7/+1
| | | | It's not useful anymore, only leave the git bits.
* Disable introspection for distcheckXan Lopez2009-12-301-0/+1
| | | | | | | | | | | | There's a (apparently) nasty circular dependency issue when doing distcheck with introspection enabled. The .gir file needs the epiphany binary to be built, so basically when doing the dist part of check copying the files to the temp directory we trigger a full build. This would be already bad, but on top of that it does not work, since we use BUILT_SOURCES for some generated files, which does not work during 'make dist'. So disable it while we figure this out.
* Bump libtool to 2.2 and remove doltJavier Jardón2009-09-301-2/+0
| | | | | | Bug #596669 Signed-off-by: Xan Lopez <xan@gnome.org>
* Remove Python support.Xan Lopez2009-06-061-1/+0
| | | | | The supported language for extensions other than C/C++ is now JavaScript through Seed.
* Remove gecko-only desktop-file plugin.Xan Lopez2009-02-281-1/+0
| | | | svn path=/trunk/; revision=8824
* Add dolt support.Xan Lopez2009-01-221-0/+2
| | | | | | Patch by Priit Laes, bug #542501 svn path=/trunk/; revision=8719
* Add --enable-tests to configureDiego Escalante Urrelo2008-11-291-1/+5
| | | | | | tests/ will be build by default. svn path=/trunk/; revision=8625
* Also remove ChangeLog from po/ and help/, and dist the old ones.Christian Persch2008-08-041-0/+2
| | | | svn path=/trunk/; revision=8386
* Add the base for tests/ support.Diego Escalante Urrelo2008-08-041-1/+1
| | | | | | | Include a test for ephysearchentry, need to make them optional too. Part of #544642. svn path=/trunk/; revision=8384
* Bump intltool requirement to 0.40.0Wouter Bolsterlee2008-07-211-6/+0
| | | | | | | Removed the intltool.* lines in the toplevel Makefile.am as well for make dist to work. svn path=/trunk/; revision=8340
* Support git for the ChangeLog generation rule.Christian Persch2008-06-301-1/+3
| | | | svn path=/trunk/; revision=8315
* Exorcise gecko configure & build stuffChristian Persch2008-04-031-7/+2
| | | | svn path=/trunk/; revision=8183
* Fix changelog generation to consider only the current branch.Diego Escalante Urrelo2008-03-261-1/+1
| | | | svn path=/trunk/; revision=8134
* Fix buildChristian Persch2008-02-261-3/+3
| | | | svn path=/trunk/; revision=7992
* The cert manager is useless and doesn't build; remove ↵RELEASE_2_21_92Christian Persch2008-02-251-1/+0
| | | | | | --enable-certificate-manager from distcheck flags. svn path=/trunk/; revision=7987
* Trigger the ChangeLog generation during "make dist".Cyril Brulebois2007-11-081-0/+2
| | | | svn path=/trunk/; revision=7649
* Add application.ini file.Christian Persch2007-10-081-0/+4
| | | | svn path=/trunk/; revision=7524
* Add defines for major/minor/micro version.Christian Persch2007-09-191-2/+2
| | | | | | Add SVN branch name, and use it in the ChangeLog generation rule. svn path=/trunk/; revision=7477
* Mark ChangeLog rule as PHONY.Christian Persch2007-09-161-0/+2
| | | | svn path=/trunk/; revision=7455
* Build ChangeLog from SVN history at dist time. XSL copied from gnucash and ↵Christian Persch2007-09-161-0/+10
| | | | | | | | modified to output UTF-8. svn path=/trunk/; revision=7453
* Move old ChangeLog to ChangeLog-20070912, and dist it.Christian Persch2007-09-121-2/+8
| | | | | | Update HACKING file for no-ChangeLog policy. svn path=/trunk/; revision=7394
* === Release 2.19.90 ===RELEASE_2_19_90Christian Persch2007-08-131-0/+3
| | | | | | | | | | 2007-08-13 Christian Persch <chpe@gnome.org> === Release 2.19.90 === * Makefile.am: svn path=/trunk/; revision=7267
* Add support for the WebKit engine, compile with --with-engine=webkit toXan Lopez2007-07-271-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2007-07-27 Xan Lopez <xan@gnome.org> * Makefile.am: * configure.ac: * doc/reference/Makefile.am: * embed/Makefile.am: * embed/ephy-embed-factory.c: (ephy_embed_factory_new_object): * embed/ephy-embed-persist.c: * embed/ephy-embed-shell.c: * embed/ephy-embed.c: * embed/webkit/Makefile.am: * embed/webkit/webkit-embed-find.cpp: * embed/webkit/webkit-embed-find.h: * embed/webkit/webkit-embed-persist.cpp: * embed/webkit/webkit-embed-persist.h: * embed/webkit/webkit-embed-single.cpp: * embed/webkit/webkit-embed-single.h: * embed/webkit/webkit-embed.cpp: * embed/webkit/webkit-embed.h: * src/Makefile.am: Add support for the WebKit engine, compile with --with-engine=webkit to activate. * embed/mozilla/mozilla-embed-single.cpp: Move to the G_DEFINE_TYPE_WITH_CODE macro. svn path=/trunk/; revision=7208
* Split ChangeLog.Christian Persch2006-11-061-1/+2
| | | | | | | | | | | | | 2006-11-06 Christian Persch <chpe@cvs.gnome.org> * ChangeLog-20061106: * Makefile.am: Split ChangeLog. * configure.ac: Post-release version bump.
* Enable zeroconf by default now that gnome-vfs dns-sd can use avahi andChristian Persch2006-01-121-1/+9
| | | | | | | | | | | 2006-01-12 Christian Persch <chpe@cvs.gnome.org> * configure.ac: * Makefile.am: Enable zeroconf by default now that gnome-vfs dns-sd can use avahi and more distros are hopefully shipping with that. Still can be disabled by --disable-zeroconf.
* R data/GNOME_Epiphany_Automation.server.in: A data/epiphany-service.xml: AChristian Persch2006-01-021-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2006-01-02 Christian Persch <chpe@cvs.gnome.org> * Makefile.am: * autogen.sh: * configure.ac: R data/GNOME_Epiphany_Automation.server.in: * data/Makefile.am: A data/epiphany-service.xml: A data/org.gnome.Epiphany.service.in: * doc/reference/Makefile.am: R idl/.cvsignore: R idl/EphyAutomation.idl: R idl/Makefile.am: * lib/Makefile.am: R lib/ephy-dbus.c: R lib/ephy-dbus.h: * lib/ephy-file-helpers.c: (ephy_file_launch_application): * src/Makefile.am: A src/ephy-activation.c: A src/ephy-activation.h: A src/ephy-dbus.c: A src/ephy-dbus.h: * src/ephy-main.c: (main): * src/ephy-shell.c: (ephy_shell_init), (open_urls), (dbus_g_proxy_finalized_cb), (ephy_shell_startup), (ephy_shell_dispose): Bonobo is dead; long live the Bonobos! Patch by Gustavo Gama, bug #322463.
* Use --with-gecko in the distcheck configure args.Christian Persch2005-12-051-1/+1
| | | | | | | | 2005-12-05 Christian Persch <chpe@cvs.gnome.org> * Makefile.am: Use --with-gecko in the distcheck configure args.
* === Release 1.9.2 ===Release192Christian Persch2005-11-121-1/+0
| | | | | | | | | | | | | | | | | | | | | | | 2005-11-12 Christian Persch <chpe@cvs.gnome.org> === Release 1.9.2 === * Makefile.am: Pass make distcheck. * NEWS: * configure.ac: Updated for 1.9.2. * lib/egg/egg-toolbars-model.c: (egg_toolbars_model_to_xml), (egg_toolbars_model_save), (parse_data_list), (parse_item_list), (parse_toolbars): * src/bookmarks/ephy-bookmarks-ui.c: (ephy_bookmarks_ui_attach_toolbar_model): Fix compile warnings.
* Add "desktop-file" plugin, adapted from the "mozilla-desktop-file-plugin"Christian Persch2005-10-061-1/+1
| | | | | | | | | | | | | | | | | | 2005-10-06 Christian Persch <chpe@cvs.gnome.org> * Makefile.am: * configure.ac: * plugins/.cvsignore: * plugins/Makefile.am: * plugins/desktop-file/.cvsignore: * plugins/desktop-file/Makefile.am: * plugins/desktop-file/plugin.cpp: * po/POTFILES.in: Add "desktop-file" plugin, adapted from the "mozilla-desktop-file-plugin" written by Jorn Baayen <jbaayen@gnome.org>. For now only handle .desktop files from file:/// URIs, for security reasons.
* Version 1.9.Christian Persch2005-08-281-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | 2005-08-28 Christian Persch <chpe@cvs.gnome.org> * ChangeLog-20050828: * Makefile.am: * autogen.sh: * configure.ac: * data/Makefile.am: * data/epiphany-1.10.pc.in: * data/epiphany-1.8.pc.in: * doc/reference/Makefile.am: * embed/Makefile.am: * embed/mozilla/Makefile.am: * lib/Makefile.am: * lib/egg/Makefile.am: * lib/ephy-dbus.c: (session_filter_func), (system_filter_func), (ephy_dbus_connect_to_session_bus), (ephy_dbus_disconnect_bus): * lib/widgets/Makefile.am: * src/Makefile.am: * src/bookmarks/Makefile.am: Version 1.9.
* Don't need this list of files leftover by scrollkeeper anymore since weChristian Persch2005-07-311-4/+0
| | | | | | | | | 2005-07-31 Christian Persch <chpe@cvs.gnome.org> * Makefile.am: Don't need this list of files leftover by scrollkeeper anymore since we distcheck with --disable-scrollkeepers.
* A help/epiphany.omf.in: R help/es/epiphany-es.omf: R help/es/epiphany.xml:Christian Persch2005-07-191-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2005-07-20 Christian Persch <chpe@cvs.gnome.org> * .cvsignore: * Makefile.am: * autogen.sh: * configure.ac: * help/C/epiphany.xml: * help/Makefile.am: A help/epiphany.omf.in: R help/es/epiphany-es.omf: R help/es/epiphany.xml: * help/es/es.po: R help/es/legal.xml: R help/eu/epiphany-eu.omf: R help/eu/epiphany.xml: * help/eu/eu.po: R help/eu/legal.xml: R help/fi/epiphany-fi.omf: R help/fi/epiphany.xml: R help/fi/legal.xml: R help/ja/epiphany-ja.omf: R help/ja/epiphany.xml: * help/ja/ja.po: R help/ja/legal.xml: R help/uk/epiphany-uk.omf: R help/uk/epiphany.xml: R help/uk/legal.xml: Use gnome-doc-utils, and move existing translations over.
* Version 1.7.1.Release171Christian Persch2005-06-051-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2005-06-05 Christian Persch <chpe@cvs.gnome.org> Version 1.7.1. * Makefile.am: Add --enable-python to distcheck configure flags. * NEWS: * configure.ac: Updated for version 1.7.1. * embed/mozilla/EphyBrowser.cpp: * embed/mozilla/EventContext.cpp: Fix warnings. * src/ephy-extensions-manager.c: (get_loader_for_type), (load_extension): Fix --disable-python case. * src/Makefile.am: Fix make distcheck.
* Add protocol handler, which I'll use for our custom error pages. SinceChristian Persch2005-05-251-0/+1
| | | | | | | | | | | | | | | | | | | 2005-05-26 Christian Persch <chpe@cvs.gnome.org> * embed/mozilla/ContentHandler.cpp: * embed/mozilla/EphyProtocolHandler.cpp: * embed/mozilla/EphyProtocolHandler.h: * embed/mozilla/EphyUtils.cpp: * embed/mozilla/EphyUtils.h: * embed/mozilla/GtkNSSClientAuthDialogs.cpp: * embed/mozilla/GtkNSSDialogs.cpp: * embed/mozilla/GtkNSSKeyPairDialogs.cpp: * embed/mozilla/Makefile.am: * embed/mozilla/MozDownload.cpp: * embed/mozilla/MozRegisterComponents.cpp: Add protocol handler, which I'll use for our custom error pages. Since it's almost gratis, add about:epiphany back.
* A README.Python A m4/.cvsignore: A m4/python.m4:Christian Persch2005-05-211-2/+2
| | | | | | | | | | | | | | | | | | | | | | 2005-05-21 Christian Persch <chpe@cvs.gnome.org> * Makefile.am: * configure.ac: A README.Python A m4/.cvsignore: A m4/python.m4: * src/Makefile.am: * src/ephy-extensions-manager.c: (get_loader_for_type): A src/ephy-python-extension.c: A src/ephy-python-extension.h: A src/ephy-python-loader.c: A src/ephy-python-loader.h: A src/ephy-python.c: A src/ephy-python.h: A src/epiphany.defs: A src/epiphany.override: Merge Pyphany.
* Dist po/LINGUAS.Christian Persch2005-02-081-0/+1
| | | | | | | | 2005-02-09 Christian Persch <chpe@cvs.gnome.org> * Makefile.am: Dist po/LINGUAS.
* A po/LINGUAS:Christian Persch2005-02-081-1/+1
| | | | | | | | | 2005-02-09 Christian Persch <chpe@cvs.gnome.org> * configure.ac: A po/LINGUAS: Get list of languages from po/LINGUAS.
* === Release 1.5.6 ===Release156Christian Persch2005-02-071-1/+1
| | | | | | | | | | 2005-02-08 Christian Persch <chpe@cvs.gnome.org> === Release 1.5.6 === * Makefile.am: * configure.ac: * doc/reference/tmpl/ephy-embed.sgml:
* Show profile name for mozilla bookmarks, so we can distinguish betweenChristian Persch2005-01-191-0/+1
| | | | | | | | | | | | | | | 2005-01-19 Christian Persch <chpe@cvs.gnome.org> * lib/ephy-file-helpers.c: (ephy_find_file_recursive): * src/bookmarks/ephy-bookmarks-editor.c: (add_bookmarks_files), (add_bookmarks_source), (import_dialog_response_cb), (cmd_bookmarks_import): * src/bookmarks/ephy-bookmarks-import.c: (ephy_bookmarks_import): * src/bookmarks/ephy-bookmarks-import.h: Show profile name for mozilla bookmarks, so we can distinguish between different profiles. Don't show firefox bookmarks as mozilla bookmarks. Fixes bug #143982.