summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShaun McCance <shaunm@redhat.com>2018-09-23 09:49:29 -0400
committerShaun McCance <shaunm@redhat.com>2018-09-23 09:49:29 -0400
commit7c78777dc61e50f190e70613519341692b4f3714 (patch)
tree4ebb451cfe5d9fe7e5c229aba723dcd5ee23e049
parent6e1df911f1309025eb69dc07ffc92435e09c2457 (diff)
downloadyelp-xsl-7c78777dc61e50f190e70613519341692b4f3714.tar.gz
xsldoc.xsl: Rename from xsldoc-scan.xsl
-rw-r--r--doc/yelp-xsl/Makefile.am6
-rw-r--r--doc/yelp-xsl/xsldoc.xsl (renamed from doc/yelp-xsl/xsldoc-scan.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
index 64ce9b76..64ce9b76 100644
--- a/doc/yelp-xsl/xsldoc-scan.xsl
+++ b/doc/yelp-xsl/xsldoc.xsl