Skip to content

Commit

Permalink
adding images directory
Browse files Browse the repository at this point in the history
  • Loading branch information
edhartnett committed May 25, 2019
1 parent 281cf23 commit b03bee5
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 1 deletion.
1 change: 1 addition & 0 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -253,6 +253,7 @@ AC_OUTPUT(Makefile
tests/performance/Makefile
doc/Makefile
doc/source/Makefile
doc/images/Makefile
examples/Makefile
examples/c/Makefile
scripts/Makefile)
4 changes: 3 additions & 1 deletion doc/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@ all:

check: all

SUBDIRS = source
# Include these subdirs to include the documention files in the
# distribution.
SUBDIRS = source images

CLEANFILES = *.log

Expand Down
8 changes: 8 additions & 0 deletions doc/images/Makefile.am
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# This is part of PIO. It creates the doc/images Makefile.

# Ed Hartnett 5/25/19

# These are the images used in the documentation.
EXTRA_DIST = block-cyclic.png block-cyclic-rearr.png dof.png \
dof-rearr.png PIO_Intercomm1.png PIO_Intracomm1.png \
PIO_Library_Architecture1.jpg
Binary file added doc/images/PIO_Intercomm1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added doc/images/PIO_Intracomm1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added doc/images/PIO_Library_Architecture1.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit b03bee5

Please sign in to comment.