Skip to content

Commit

Permalink
Updates makefiles submodule
Browse files Browse the repository at this point in the history
  • Loading branch information
dbosk committed Feb 20, 2020
1 parent 34981fd commit 8fc4902
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion makefiles
Submodule makefiles updated 44 files
+10 −0 .circleci/config.yml
+19 −0 .gitignore
+16 −0 CONTRIBUTING.md
+51 −0 Dockerfile
+93 −0 Dockerfile.nw
+1 −1 LICENSE
+65 −31 Makefile
+177 −0 Makefile.nw
+2 −0 README.md
+0 −327 depend.mk
+98 −37 doc.mk
+332 −0 doc.mk.nw
+7 −0 exam.bib
+39 −0 exam.mk
+210 −0 exam.mk.nw
+0 −39 export.mk
+4 −3 haskell.mk
+29 −0 haskell.mk.nw
+9 −0 intro.tex
+2 −5 latexmkrc
+8 −0 makefiles.bib
+91 −0 makefiles.tex
+17 −8 miun.depend.mk
+5 −3 miun.port.mk
+94 −31 noweb.mk
+269 −0 noweb.mk.nw
+0 −129 package.mk
+79 −0 pkg.mk
+217 −0 pkg.mk.nw
+66 −0 portability.mk
+301 −0 portability.mk.nw
+113 −0 preamble.tex
+120 −170 pub.mk
+474 −0 pub.mk.nw
+0 −0 results.mk
+341 −0 results.mk.nw
+14 −8 subdir.mk
+84 −0 subdir.mk.nw
+61 −0 tex.bib
+183 −224 tex.mk
+675 −0 tex.mk.nw
+24 −0 transform.bib
+75 −0 transform.mk
+256 −0 transform.mk.nw
5 changes: 5 additions & 0 deletions overview/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,10 @@ SRC+= contents.tex
slides.pdf: ${SRC}


.PHONY: clean
clean:
${RM} slides.pdf


INCLUDE_MAKEFILES=../makefiles
include ${INCLUDE_MAKEFILES}/tex.mk

0 comments on commit 8fc4902

Please sign in to comment.