[yelp-xsl/wip/xslduck] xsldoc.xsl: Rename from xsldoc-scan.xsl
- From: Shaun McCance <shaunm src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [yelp-xsl/wip/xslduck] xsldoc.xsl: Rename from xsldoc-scan.xsl
- Date: Sun, 23 Sep 2018 13:53:41 +0000 (UTC)
commit 7c78777dc61e50f190e70613519341692b4f3714
Author: Shaun McCance <shaunm redhat com>
Date: Sun Sep 23 09:49:29 2018 -0400
xsldoc.xsl: Rename from xsldoc-scan.xsl
doc/yelp-xsl/Makefile.am | 6 +++---
doc/yelp-xsl/{xsldoc-scan.xsl => xsldoc.xsl} | 0
2 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/doc/yelp-xsl/Makefile.am b/doc/yelp-xsl/Makefile.am
index 61263d98..7267d8a0 100644
--- a/doc/yelp-xsl/Makefile.am
+++ b/doc/yelp-xsl/Makefile.am
@@ -21,10 +21,10 @@ xsldoc_pages = $(patsubst %, C/%.page, $(xsldoc_base))
if ENABLE_DOC
all: $(xsldoc_pages)
-$(xsldoc_ducks): $(xsldoc_xsls) xsldoc-scan.xsl
+$(xsldoc_ducks): $(xsldoc_xsls) xsldoc.xsl
xsltproc -o "$@" \
--stringparam xsldoc.id "$(basename $(notdir $@))" \
- "$(srcdir)/xsldoc-scan.xsl" \
+ "$(srcdir)/xsldoc.xsl" \
"$(filter %/$(basename $(notdir $@)).xsl,$(xsldoc_xsls))"
$(xsldoc_pages): $(xsldoc_ducks)
@@ -38,4 +38,4 @@ xsldoc-clean:
rm -f C/*.page
EXTRA_DIST = \
- xsldoc-scan.xsl
+ xsldoc.xsl
diff --git a/doc/yelp-xsl/xsldoc-scan.xsl b/doc/yelp-xsl/xsldoc.xsl
similarity index 100%
rename from doc/yelp-xsl/xsldoc-scan.xsl
rename to doc/yelp-xsl/xsldoc.xsl
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]