diff options
Diffstat (limited to 'doc/html/PSandPDF/Makefile.am')
-rw-r--r-- | doc/html/PSandPDF/Makefile.am | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/doc/html/PSandPDF/Makefile.am b/doc/html/PSandPDF/Makefile.am new file mode 100644 index 0000000..0d85ec4 --- /dev/null +++ b/doc/html/PSandPDF/Makefile.am @@ -0,0 +1,16 @@ +# HDF5 Library Doc Makefile(.in) +# +# Copyright (C) 1997, 2002 +# National Center for Supercomputing Applications. +# All rights reserved. +# +## +## Makefile.am +## Run automake to generate a Makefile.in from this file. +# + +include $(top_srcdir)/config/commence-doc.am + +localdocdir=$(docdirc)/hdf5/PSandPDF + +# This makefile does nothing; there are no files to install. |