diff options
author | Xan Lopez <xan@igalia.com> | 2012-04-13 20:59:19 +0800 |
---|---|---|
committer | Xan Lopez <xan@igalia.com> | 2012-04-13 20:59:19 +0800 |
commit | 48f9e3e9f2958b657769d53b7965fe94a44917f8 (patch) | |
tree | 40011b48788d9290e6fa80ebea111e09318c153e /Makefile.am | |
parent | feb09045a75174f350b85391917dccce04246cba (diff) | |
download | gsoc2013-epiphany-48f9e3e9f2958b657769d53b7965fe94a44917f8.tar gsoc2013-epiphany-48f9e3e9f2958b657769d53b7965fe94a44917f8.tar.gz gsoc2013-epiphany-48f9e3e9f2958b657769d53b7965fe94a44917f8.tar.bz2 gsoc2013-epiphany-48f9e3e9f2958b657769d53b7965fe94a44917f8.tar.lz gsoc2013-epiphany-48f9e3e9f2958b657769d53b7965fe94a44917f8.tar.xz gsoc2013-epiphany-48f9e3e9f2958b657769d53b7965fe94a44917f8.tar.zst gsoc2013-epiphany-48f9e3e9f2958b657769d53b7965fe94a44917f8.zip |
Remove Epiphany manual
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
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/Makefile.am b/Makefile.am index 663ddcbdb..70c834fbb 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,4 +1,4 @@ -SUBDIRS = lib embed src data po help doc +SUBDIRS = lib embed src data po doc if ENABLE_TESTS SUBDIRS += tests @@ -10,7 +10,6 @@ NULL = EXTRA_DIST = \ autogen.sh \ - gnome-doc-utils.make \ COPYING.README \ HACKING \ MAINTAINERS \ @@ -21,11 +20,6 @@ EXTRA_DIST = \ ChangeLog-20061106 \ ChangeLog-20070912 \ po/ChangeLog.pre-2-23 \ - help/ChangeLog.pre-2-23 \ - $(NULL) - -DISTCLEANFILES = \ - gnome-doc-utils.make \ $(NULL) DISTCHECK_CONFIGURE_FLAGS = \ |