Skip to content
This repository has been archived by the owner on Sep 18, 2019. It is now read-only.

Commit

Permalink
Automation: Delete Makefile.gv and Makefile.png
Browse files Browse the repository at this point in the history
These files were unused, and risk getting out of sync with the underlying
Makefile, adding confusion.
  • Loading branch information
sjackman committed Nov 20, 2014
1 parent 85ab369 commit fe5a399
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 77 deletions.
15 changes: 0 additions & 15 deletions automation01_slides/Makefile
Original file line number Diff line number Diff line change
@@ -1,12 +1,5 @@
all: index.html

graphs: \
Makefile.png \
# 02_rAndMake/Makefile.png \
# 03_knitWithoutRStudio/Makefile.png \
activity/Makefile.png \
article/Makefile.png

clean:
rm -f index.html

Expand All @@ -28,11 +21,3 @@ index.html: images/article.png images/pipeline.png
# Render a PNG from a GraphViz file
%.png: %.gv
unflatten -fc9 -l9 $< |dot -Tpng >$@

# Create a GraphViz file from this Makefile
Makefile.gv: Makefile
$(MAKE) -Bnd all |make2graph >$@

# Create a GraphViz file from a Makefile
%/Makefile.gv: %/Makefile
$(MAKE) -C $* -Bnd all |make2graph >$@
21 changes: 0 additions & 21 deletions automation01_slides/Makefile.gv

This file was deleted.

Binary file removed automation01_slides/Makefile.png
Binary file not shown.
21 changes: 0 additions & 21 deletions automation01_slides/article/Makefile.gv

This file was deleted.

Binary file removed automation01_slides/article/Makefile.png
Binary file not shown.
20 changes: 0 additions & 20 deletions automation10_holding-area/activity/Makefile.gv

This file was deleted.

Binary file removed automation10_holding-area/activity/Makefile.png
Binary file not shown.

0 comments on commit fe5a399

Please sign in to comment.