[yelp-xsl] doc: Updates to Makefile.am to make distcheck work



commit 2ff92ce943b4dd0a3109702742e35e5b3035234d
Author: Shaun McCance <shaunm redhat com>
Date:   Mon Feb 4 11:57:11 2019 -0500

    doc: Updates to Makefile.am to make distcheck work

 doc/yelp-xsl/Makefile.am | 12 +++++++++++-
 1 file changed, 11 insertions(+), 1 deletion(-)
---
diff --git a/doc/yelp-xsl/Makefile.am b/doc/yelp-xsl/Makefile.am
index d6661947..6e7627b2 100644
--- a/doc/yelp-xsl/Makefile.am
+++ b/doc/yelp-xsl/Makefile.am
@@ -27,7 +27,9 @@ $(xsldoc_ducks): $(xsldoc_xsls) xsldoc.xsl
        "$(filter %/$(basename $(notdir $@)).xsl,$(xsldoc_xsls))"
 
 $(xsldoc_pages): $(xsldoc_ducks)
-       ducktype -o C/ ducks/*.duck static/*.duck
+       $(mkdir_p) C
+       ls $(srcdir)
+       ducktype -o C/ $(srcdir)/ducks/*.duck $(srcdir)/static/*.duck
 
 endif
 
@@ -37,4 +39,12 @@ xsldoc-clean:
        rm -f C/*.page
 
 EXTRA_DIST =                   \
+       $(xsldoc_ducks)         \
+       static/index.duck       \
+       static/keys.duck        \
+       static/modes.duck       \
+       static/params.duck      \
+       static/stubs.duck       \
+       static/stylesheets.duck \
+       static/templates.duck   \
        xsldoc.xsl


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]