[gtk-doc] gtkdocize: get rid of the flat flavours as they never worked.
- From: Stefan Kost <stefkost src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk-doc] gtkdocize: get rid of the flat flavours as they never worked.
- Date: Mon, 17 Oct 2011 08:05:56 +0000 (UTC)
commit d6d315876d04cf51c78d2427f3c71e3f245de5bd
Author: Stefan Sauer <ensonic users sf net>
Date: Mon Oct 17 10:04:25 2011 +0200
gtkdocize: get rid of the flat flavours as they never worked.
We missed them in the switch statement and thus never copied them.
Makefile.am | 10 ----------
gtkdocize.in | 2 +-
2 files changed, 1 insertions(+), 11 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index 5725887..39bd1ec 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -32,8 +32,6 @@ gtkdocdata_DATA = \
devhelp2.xsl \
gtk-doc.make \
gtk-doc.notmpl.make \
- gtk-doc.flat.make \
- gtk-doc.notmpl-flat.make \
home.png \
left.png \
right.png \
@@ -49,20 +47,12 @@ aclocal_DATA = gtk-doc.m4
sgmldir = $(datadir)/sgml/gtk-doc
sgml_DATA = gtk-doc.cat
-gtk-doc.flat.make: gtk-doc.make
- @$(SED) -e "s/EXTRA_DIST =/EXTRA_DIST +=/" $< >$@
-
-gtk-doc.notmpl-flat.make: gtk-doc.notmpl.make
- @$(SED) -e "s/EXTRA_DIST =/EXTRA_DIST +=/" $< >$@
-
EXTRA_DIST = \
MAINTAINERS \
gtk-doc.pc.in \
gtk-doc.m4 \
gtk-doc.make \
gtk-doc.notmpl.make \
- gtk-doc.flat.make \
- gtk-doc.notmpl-flat.make \
gtk-doc.doap \
gtk-doc.spec.in \
gtk-doc.spec \
diff --git a/gtkdocize.in b/gtkdocize.in
index 43c9eac..ba9279e 100644
--- a/gtkdocize.in
+++ b/gtkdocize.in
@@ -18,7 +18,7 @@ flavour=legacy
# mini help
usage="\
-usage: $progname [ --copy ] [ --docdir DIR ] [ --flavour {legacy|legacy-flat|no-tmpl|no-tmpl-flat} ]"
+usage: $progname [ --copy ] [ --docdir DIR ] [ --flavour {legacy|no-tmpl} ]"
# detect configure script
no_configure_found=0
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]