Skip to content

Commit

Permalink
add new example script to makefiles
Browse files Browse the repository at this point in the history
  • Loading branch information
georgemccabe committed May 2, 2024
1 parent 482d9c5 commit 2d974bf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion scripts/python/examples/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@ pythonexamples_DATA = \
read_ascii_numpy.py \
read_ascii_point.py \
read_ascii_xarray.py \
read_met_point_obs.py
read_met_point_obs.py \
read_met_point_obs_pandas.py

EXTRA_DIST = ${pythonexamples_DATA}

Expand Down
3 changes: 2 additions & 1 deletion scripts/python/examples/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,8 @@ pythonexamples_DATA = \
read_ascii_numpy.py \
read_ascii_point.py \
read_ascii_xarray.py \
read_met_point_obs.py
read_met_point_obs.py \
read_met_point_obs_pandas.py

EXTRA_DIST = ${pythonexamples_DATA}
MAINTAINERCLEANFILES = Makefile.in
Expand Down

0 comments on commit 2d974bf

Please sign in to comment.