Clean up doc/schema makefiles.
[shibboleth/cpp-opensaml.git] / doc / Makefile.am
index a2f58c2..ae19099 100644 (file)
@@ -2,8 +2,12 @@ AUTOMAKE_OPTIONS = foreign
 \r
 pkgdocdir = $(prefix)/doc/@PACKAGE@\r
 \r
-pkgdoc_DATA = \\r
+docfiles = \\r
        LICENSE.txt \\r
        NOTICE.txt \\r
-       LOG4CPP.LICENSE \\r
-       CURL.LICENSE\r
+       LOG4CPP.LICENSE\r
+\r
+pkgdoc_DATA = $(docfiles)\r
+\r
+EXTRA_DIST = $(docfiles)\r
+       
\ No newline at end of file