[gimp-help] refactor gimp-help-2.doap to gimp-help.doap
- From: Alexandre Prokoudine <aprokoudine src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp-help] refactor gimp-help-2.doap to gimp-help.doap
- Date: Sat, 2 Jun 2018 01:54:58 +0000 (UTC)
commit e097d4c74a3cdcc9486326e9546d96ae132b11a1
Author: imyxh <imyxhuang gmail com>
Date: Thu May 31 22:06:44 2018 -0700
refactor gimp-help-2.doap to gimp-help.doap
MAINTAINERS | 2 +-
Makefile.GNU | 2 +-
Makefile.am | 4 ++--
stylesheets/doap2text.xsl | 6 +++---
4 files changed, 7 insertions(+), 7 deletions(-)
---
diff --git a/MAINTAINERS b/MAINTAINERS
index aa6a7e472..c82b34f97 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -18,4 +18,4 @@ E-mail: jm hard wanadoo fr
Userid: jhardlin
(This file was generated automatically
-from "gimp-help-2.doap". Do not edit.)
+from "gimp-help.doap". Do not edit.)
diff --git a/Makefile.GNU b/Makefile.GNU
index 4421dcf50..efba2e648 100644
--- a/Makefile.GNU
+++ b/Makefile.GNU
@@ -312,7 +312,7 @@ $(AUTHORS_DOCBOOK_XML): $(AUTHORS_SOURCE_XML) $(AUTHORS_DOCBOOK_STYLESHEETS)
$< \
> $@
-MAINTAINERS: gimp-help-2.doap $(DOAP_STYLESHEET)
+MAINTAINERS: gimp-help.doap $(DOAP_STYLESHEET)
$(msg) "[DOC] $@"
$(cmd) $(XSLTPROC) --output $@ $(XSLTFLAGS) $(XSLTEXTRAFLAGS) \
$(DOAP_STYLESHEET) $<
diff --git a/Makefile.am b/Makefile.am
index b00b52f3a..950828dd4 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -140,7 +140,7 @@ XSL_FILES = \
stylesheets/plainhtml.xsl.in \
stylesheets/languageVocab.xml \
$(shell cd $(srcdir) && $(find_l) stylesheets/ -type f -name '*.xsl') \
- gimp-help-2.doap
+ gimp-help.doap
# tools needed for building
DIST_TOOLS = \
@@ -360,7 +360,7 @@ $(AUTHORS_DOCBOOK_XML): $(AUTHORS_DATA_XML) $(AUTHORS_DOCBOOK_STYLESHEETS)
> $@
$(cmd) touch -c -r $< $@ || true
-MAINTAINERS: gimp-help-2.doap $(DOAP_STYLESHEET)
+MAINTAINERS: gimp-help.doap $(DOAP_STYLESHEET)
$(msg) "[DOC] $@"
$(cmd) $(XSLTPROC) --output $@ $(XSLTFLAGS) $(XSLTEXTRAFLAGS) \
$(DOAP_STYLESHEET) $<
diff --git a/stylesheets/doap2text.xsl b/stylesheets/doap2text.xsl
index a3c79556f..738715ae0 100644
--- a/stylesheets/doap2text.xsl
+++ b/stylesheets/doap2text.xsl
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
Simple XSL transformation to create MAINTAINERS text version from
- gimp-help-2.doap.
+ gimp-help.doap.
This file is part of the gimp-help-2 project and is
(C) 2010 The GIMP Documentation Team (License: GPL).
@@ -39,13 +39,13 @@
<xsl:if test="$doap2text.maintainers.add-footnote=1">
<xsl:text>
(This file was generated automatically
-from "gimp-help-2.doap". Do not edit.)
+from "gimp-help.doap". Do not edit.)
</xsl:text>
</xsl:if>
</xsl:when>
<xsl:when test="$doap2text.target='authors'">
<xsl:message terminate="yes">
- <xsl:text>Error: Generating AUTHORS from gimp-help-2.doap is </xsl:text>
+ <xsl:text>Error: Generating AUTHORS from gimp-help.doap is </xsl:text>
<xsl:text>not implemented yet.</xsl:text>
</xsl:message>
</xsl:when>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]