fix previous fix

This commit is contained in:
Dennis Heimbigner 2012-01-02 17:31:23 +00:00
parent 75563918a8
commit 77ee608a81

View File

@ -40,7 +40,7 @@ clean-local:
# tarball to the /contents/netcdf/docs directory to update the on-line
# docs.
web-tarball: doxyfile.stamp
cd html; tar cf netcdf_docs.tar *
cd html; tar cf ../netcdf_docs.tar *
gzip -f netcdf_docs.tar
endif