Skip to content

Commit

Permalink
fixed problem attempting to remove docs directory
Browse files Browse the repository at this point in the history
  • Loading branch information
edhartnett committed Jun 8, 2019
1 parent 96bc111 commit de73965
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ SUBDIRS = src tests examples ${DOC} scripts

EXTRA_DIST = CMakeLists.txt set_flags.am COPYRIGHT

CLEANFILES = docs/* docs
CLEANFILES = docs/*
2 changes: 1 addition & 1 deletion src/clib/pio.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* @author Jim Edwards
* @date 2014
*
* @see http://code.google.com/p/parallelio/
* @see https://github.com/NCAR/ParallelIO
*/

#ifndef _PIO_H_
Expand Down

0 comments on commit de73965

Please sign in to comment.