aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* Remove all things related to autoarchive, which becomes a shared libraryTing-Wei Lan2013-07-311-1/+1
|
* Fix some trivial things in the build systemTing-Wei Lan2013-07-191-1/+1
|
* Add AutoarExtract class filesTing-Wei Lan2013-07-091-1/+1
| | | | | AutoarExtract class is used to handle automatic extraction of archives. Currently only boilerplate code is completed.
* 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-101-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-061-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-311-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-10-011-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-301-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-051-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-221-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-041-7/+2
| | | | svn path=/trunk/; revision=8183
* Fix changelog generation to consider only the current branch.Diego Escalante Urrelo2008-03-271-1/+1
| | | | svn path=/trunk/; revision=8134
* Fix buildChristian Persch2008-02-271-3/+3
| | | | svn path=/trunk/; revision=7992
* The cert manager is useless and doesn't build; remove ↵RELEASE_2_21_92Christian Persch2008-02-261-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-091-0/+4
| | | | svn path=/trunk/; revision=7524
* Add defines for major/minor/micro version.Christian Persch2007-09-201-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-131-2/+8
| | | | | | Update HACKING file for no-ChangeLog policy. svn path=/trunk/; revision=7394
* === Release 2.19.90 ===RELEASE_2_19_90Christian Persch2007-08-141-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-281-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-131-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-031-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-061-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-131-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-291-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-08-011-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-201-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-261-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-091-0/+1
| | | | | | | | 2005-02-09 Christian Persch <chpe@cvs.gnome.org> * Makefile.am: Dist po/LINGUAS.
* A po/LINGUAS:Christian Persch2005-02-091-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-081-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-201-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.
* Make distcheck fix.Christian Persch2004-12-141-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | 2004-12-13 Christian Persch <chpe@cvs.gnome.org> * Makefile.am: Make distcheck fix. * lib/ephy-string.c: * lib/ephy-string.h: Finally remove ephy_string_shorten(). * src/bookmarks/ephy-bookmark-action.c: (create_tool_item), (ephy_bookmark_action_sync_label): * src/bookmarks/ephy-bookmarks-menu.c: (connect_proxy_cb): * src/bookmarks/ephy-favorites-menu.c: (connect_proxy_cb): * src/bookmarks/ephy-topic-action.c: (create_tool_item), (ephy_topic_action_sync_label), (append_bookmarks_menu), (build_topics_menu): * src/ephy-navigation-action.c: (new_history_menu_item): Use gtk_label_set_max_width_chars() and ellipsise the labels.
* A idl/.cvsignore: A idl/Makefile.am:Christian Persch2004-11-081-1/+1
| | | | | | | | | | | | 2004-11-07 Christian Persch <chpe@cvs.gnome.org> * Makefile.am: * configure.ac: A idl/.cvsignore: A idl/Makefile.am: * src/Makefile.am: Add idl/Makefile.am and move src/Makefile.am's EXTRA_DIST there.
* Add --with-mozilla to distcheck's configure arguments.Christian Persch2004-10-021-1/+1
| | | | | | | | 2004-10-02 Christian Persch <chpe@cvs.gnome.org> * Makefile.am: Add --with-mozilla to distcheck's configure arguments.
* Fix compiler warnings.Christian Persch2004-09-271-1/+1
| | | | | | | | | | | | | | | | 2004-09-26 Christian Persch <chpe@cvs.gnome.org> * embed/mozilla/EphyBrowser.cpp: * embed/mozilla/EventContext.cpp: * embed/mozilla/GtkNSSDialogs.cpp: * embed/mozilla/mozilla-notifiers.cpp: * lib/egg/eggtrayicon.h: Fix compiler warnings. * src/ephy-window.c: (hide_embed_popup_cb), (show_embed_popup): Fix a signal leak.
* Add ChangeLog-20040912 to EXTRA_DIST.Christian Persch2004-09-131-1/+2
| | | | | | | | 2004-09-13 Christian Persch <chpe@cvs.gnome.org> * Makefile.am: Add ChangeLog-20040912 to EXTRA_DIST.
* Add MAINTAINERS to EXTRA_DIST, and make gconf schema install less noisy.Christian Persch2004-07-061-0/+1
| | | | | | | | | | 2004-07-06 Christian Persch <chpe@cvs.gnome.org> * Makefile.am: * data/Makefile.am: Add MAINTAINERS to EXTRA_DIST, and make gconf schema install less noisy.
* Merging from gnome-2-6Christian Persch2004-04-181-1/+2
|
* Sigh, yet another intltool change. Remove OrigTree.pm from EXTRA_DIST, andChristian Persch2004-01-061-1/+0
| | | | | | | | | | 2004-01-06 Christian Persch <chpe@cvs.gnome.org> * Makefile.am: * configure.in: Sigh, yet another intltool change. Remove OrigTree.pm from EXTRA_DIST, and depend on intltool >= 0.29.
* Added OrigTree.pm to EXTRA_DIST.Release112Christian Persch2003-12-291-0/+1
| | | | | | | | 2003-12-28 Christian Persch <chpe@cvs.gnome.org> * Makefile.am: Added OrigTree.pm to EXTRA_DIST.
* Update for 1.1.1Marco Pesenti Gritti2003-12-071-0/+2
| | | | | | | | | | 2003-12-07 Marco Pesenti Gritti <marco@gnome.org> * Makefile.am: * NEWS: * configure.in: Update for 1.1.1
* Do not document config.h ;) Reenable docs build.Marco Pesenti Gritti2003-11-201-1/+1
| | | | | | | | | | | | 2003-11-19 Marco Pesenti Gritti <marco@gnome.org> * Makefile.am: * doc/reference/Makefile.am: * doc/reference/epiphany-docs.sgml: * doc/reference/tmpl/config.sgml: Do not document config.h ;) Reenable docs build.
* *** empty log message ***Marco Pesenti Gritti2003-11-191-1/+1
|
* *** empty log message ***Marco Pesenti Gritti2003-11-191-1/+1
|
* New extensions API.Christian Persch2003-11-111-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2003-11-10 Christian Persch <chpe@cvs.gnome.org> New extensions API. * Makefile.am: * configure.in: * lib/Makefile.am: * lib/ephy-module-loader.c: (ephy_module_loader_get_type), (ephy_module_loader_new), (ephy_module_loader_load), (ephy_module_loader_unload), (ephy_module_loader_class_init), (ephy_module_loader_init), (ephy_module_loader_finalize), (ephy_module_loader_factory): * lib/ephy-module-loader.h: * plugins/.cvsignore: * plugins/Makefile.am: * plugins/sample/.cvsignore: * plugins/sample/Makefile.am: * plugins/sample/sample.c: * src/Makefile.am: * src/bookmarks/ephy-bookmarks-editor.c: (get_target_window): * src/bookmarks/ephy-bookmarks.c: * src/ephy-automation.c: (ephy_automation_factory), (ephy_automation_factory_new), (impl_ephy_automation_loadurl), (impl_ephy_automation_load_session), (ephy_automation_class_init): * src/ephy-extension.c: (ephy_extension_get_type), (ephy_extension_attach_window), (ephy_extension_detach_window): * src/ephy-extension.h: * src/ephy-extensions-manager.c: (ephy_extensions_manager_get_type), (ephy_extensions_manager_instantiate_extension), (ephy_extensions_manager_load), (ephy_extensions_manager_load_dir), (ephy_extensions_manager_add), (ephy_extensions_manager_init), (ephy_extensions_manager_finalize), (impl_attach_window), (impl_detach_window), (ephy_extensions_manager_iface_init), (ephy_extensions_manager_class_init), (ephy_extensions_manager_new): * src/ephy-extensions-manager.h: * src/ephy-history-window.c: (get_target_window): * src/ephy-plugin.c: * src/ephy-plugin.h: * src/ephy-session.c: (ephy_session_get_type), (get_session_filename), (session_delete), (net_stop_cb), (tab_added_cb), (tab_removed_cb), (tabs_reordered_cb), (impl_attach_window), (impl_detach_window), (save_yourself_cb), (die_cb), (gnome_session_attach), (gnome_session_detach), (ensure_session_directory), (ephy_session_init), (ephy_session_dispose), (ephy_session_finalize), (ephy_session_iface_init), (ephy_session_class_init), (offer_to_resume), (ephy_session_autoresume), (ephy_session_close), (write_tab), (write_window_geometry), (write_tool_window), (write_ephy_window), (ephy_session_save), (parse_embed), (ephy_session_load), (ephy_session_get_windows), (ephy_session_add_window), (ephy_session_remove_window), (ephy_session_get_active_window): * src/ephy-session.h: * src/ephy-shell.c: (ephy_shell_init), (ephy_shell_finalize), (ephy_shell_get_session), (ephy_shell_get_extensions_manager), (toolwindow_show_cb), (toolwindow_hide_cb): * src/ephy-shell.h: * src/ephy-window.c: (ephy_window_destroy), (ephy_window_init): * src/prefs-dialog.c: (prefs_homepage_current_button_clicked_cb): * src/session.c: * src/session.h: Create a new extensions API. Make session an internal extension :) Port callers to session API changes.
* Add plugins dirMarco Pesenti Gritti2003-07-131-1/+1
| | | | | | | | | | | | | | | | | 2003-07-13 Marco Pesenti Gritti <marco@it.gnome.org> * Makefile.am: Add plugins dir * plugins/sample/Makefile.am: * plugins/sample/sample.c: (window_focus_in_cb): Make it compile with not installed headers * src/Makefile.am: Remove an obsolete include dir
* Fix uninstallationMarco Pesenti Gritti2003-05-191-0/+9
| | | | | | | | | | 2003-05-18 Marco Pesenti Gritti <marco@it.gnome.org> * Makefile.am: * data/Makefile.am: * data/starthere/Makefile.am: Fix uninstallation
* added xmldocs.make and omf.make to EXTRA_DIST . so building from a distedFrank Belew (Myth)2003-03-291-0/+2
| | | | | * Makefile.am: added xmldocs.make and omf.make to EXTRA_DIST . so building from a disted tarball works again
* Added help support, help manual and scrollkeeper updatesPatanjali Somayaji2003-03-271-1/+1
| | | | | | | | | | | | | | | | | | | 2003-03-26 Patanjali Somayaji <patanjali@codito.com> Added help support, help manual and scrollkeeper updates * configure.in (help/Makefile and help/C/Makefile for AC_OUTPUT()) * makefile.am (added "help" to SUBDIRS in Makefile.am) * omf.make (added) * xmldocs.make (added) * omf-install/Makefile.am (added) * help/Makefile.am (added) * help/C/epiphany.xml (manual xml added) * help/C/legal.xml (added) * help/C/epiphany-C.omf (omf file added) * help/C/Makefile.am (added) * help/C/figures/ephy-screenshot.png (added) * src/window-commands.c (added handler code to show manual)
* *** empty log message ***Marco Pesenti Gritti2003-02-201-1/+2
|
* Initial revisionMarco Pesenti Gritti2002-12-311-0/+8