Compare commits

..

No commits in common. "66480b2bf66826487300bc607c5982599ad12052" and "5d46c95808f160b07ae683acf088d3e991cd790d" have entirely different histories.

3 changed files with 3 additions and 15 deletions

View File

@ -1,5 +1,5 @@
# Written by joe # Written by joe
Revision 262e8748 # Revision da9d81f2
# Variables # Variables
REVISION := "$(shell git describe --abbrev=8 --dirty --always --tags)" REVISION := "$(shell git describe --abbrev=8 --dirty --always --tags)"
@ -27,7 +27,7 @@ pdf: copy
submit: pdf submit: pdf
rm -rvf $(SUBMITDIR) rm -rvf $(SUBMITDIR)
mkdir -p $(SUBMITDIR) mkdir -p $(SUBMITDIR)
find -type f '(' -name "*.tex*" -o -name "*.sty*" -o -name "*.bib" -o -name "Makefile" ')' -exec cp {} $(SUBMITDIR) \; find -type f '(' -name "*.tex*" -o -name "*.sty*" -o -name "*.bib" ')' -exec cp {} $(SUBMITDIR) \;
cd $(SUBMITDIR) && zip $(REVISION)_source.zip * cd $(SUBMITDIR) && zip $(REVISION)_source.zip *
cp $(BUILDDIR)/*.pdf $(SUBMITDIR) cp $(BUILDDIR)/*.pdf $(SUBMITDIR)
@ -36,7 +36,7 @@ submit: pdf
date >> $(SUBMITDIR)/README.md date >> $(SUBMITDIR)/README.md
# cleanup # cleanup
cd $(SUBMITDIR) && find -type f '(' -name "*.tex*" -o -name "*.sty*" -o -name "*.bib" -o -name "Makefile" ')' -exec rm {} \; cd $(SUBMITDIR) && find -type f '(' -name "*.tex*" -o -name "*.sty*" -o -name "*.bib" ')' -exec rm {} \;
# Clean all # Clean all
clean: clean:

View File

@ -1,6 +0,0 @@
# Written by Joe
# Version
REVISION="$(git describe --abbrev=8 --always --tags)"
sed -i "2s/.*/Revision ${REVISION}/" 'Paper With Citations/Makefile'

View File

@ -1,6 +0,0 @@
This
$(describe)
is
a
sed
test