diff --git a/Paper With Citations/Makefile b/Paper With Citations/Makefile index 4eec2b3..3957b2f 100644 --- a/Paper With Citations/Makefile +++ b/Paper With Citations/Makefile @@ -1,5 +1,5 @@ # Written by joe -# Revision da9d81f2 +Revision 5d46c958-dirty # Variables REVISION := "$(shell git describe --abbrev=8 --dirty --always --tags)" @@ -27,7 +27,7 @@ pdf: copy submit: pdf rm -rvf $(SUBMITDIR) mkdir -p $(SUBMITDIR) - find -type f '(' -name "*.tex*" -o -name "*.sty*" -o -name "*.bib" ')' -exec cp {} $(SUBMITDIR) \; + find -type f '(' -name "*.tex*" -o -name "*.sty*" -o -name "*.bib" -o -name "Makefile" ')' -exec cp {} $(SUBMITDIR) \; cd $(SUBMITDIR) && zip $(REVISION)_source.zip * cp $(BUILDDIR)/*.pdf $(SUBMITDIR) @@ -36,7 +36,7 @@ submit: pdf date >> $(SUBMITDIR)/README.md # cleanup - cd $(SUBMITDIR) && find -type f '(' -name "*.tex*" -o -name "*.sty*" -o -name "*.bib" ')' -exec rm {} \; + cd $(SUBMITDIR) && find -type f '(' -name "*.tex*" -o -name "*.sty*" -o -name "*.bib" -o -name "Makefile" ')' -exec rm {} \; # Clean all clean: diff --git a/test.txt b/test.txt new file mode 100644 index 0000000..5dcacc2 --- /dev/null +++ b/test.txt @@ -0,0 +1,6 @@ +This +$(describe) +is +a +sed +test