summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShaun McCance <shaunm@redhat.com>2019-02-04 11:57:11 -0500
committerShaun McCance <shaunm@redhat.com>2019-02-04 11:57:11 -0500
commit2ff92ce943b4dd0a3109702742e35e5b3035234d (patch)
tree42bd00377855c721f3c47b0c0af6c9fe0ec6798a
parent552887db8faaab48df3db77bc4422516f3678d31 (diff)
downloadyelp-xsl-2ff92ce943b4dd0a3109702742e35e5b3035234d.tar.gz
doc: Updates to Makefile.am to make distcheck work
-rw-r--r--doc/yelp-xsl/Makefile.am12
1 files changed, 11 insertions, 1 deletions
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