diff options
Diffstat (limited to 'doc/html/Tutor')
-rw-r--r-- | doc/html/Tutor/Dependencies | 1 | ||||
-rw-r--r-- | doc/html/Tutor/Makefile.in | 9 |
2 files changed, 1 insertions, 9 deletions
diff --git a/doc/html/Tutor/Dependencies b/doc/html/Tutor/Dependencies new file mode 100644 index 0000000..3f21eb3 --- /dev/null +++ b/doc/html/Tutor/Dependencies @@ -0,0 +1 @@ +## There are no dependencies in this directory diff --git a/doc/html/Tutor/Makefile.in b/doc/html/Tutor/Makefile.in index 8e4227b..c5c9601 100644 --- a/doc/html/Tutor/Makefile.in +++ b/doc/html/Tutor/Makefile.in @@ -7,21 +7,12 @@ top_srcdir=@top_srcdir@ top_builddir=../../.. srcdir=@srcdir@ -VPATH=.:@srcdir@ @COMMENCE@ # Subdirectories in build-order (not including `examples') SUBDIRS= DOCDIR=$(docdir)/hdf5/Tutor -TRACE=perl $(top_srcdir)/bin/trace - -# Add `-I.' to the C preprocessor flags. -CPPFLAGS=-I. -I@srcdir@ @CPPFLAGS@ - -# Temporary files -MOSTLYCLEAN= - # Public doc files (to be installed)... PUB_DOCS= |