diff --git a/.gitattributes b/.gitattributes index 1faa2d3..4caf171 100644 --- a/.gitattributes +++ b/.gitattributes @@ -15,6 +15,7 @@ /depcomp -text doc/Doxyfile -text doc/H5X_File_Format.txt -text +doc/Makefile.am -text doc/doxyfooter -text /install-sh -text /license.txt -text diff --git a/doc/Makefile.am b/doc/Makefile.am new file mode 100644 index 0000000..67b3a40 --- /dev/null +++ b/doc/Makefile.am @@ -0,0 +1,7 @@ +EXTRA_DIST = \ + Doxyfile doxyfooter \ + $(wildcard *.html) \ + $(wildcard *.png) \ + $(wildcard H5PartVisIt/*.png) \ + $(wildcard H5tools/*.html) \ + $(wildcard H5tools/H5tools_files/*.jpg)