Skip to content

Commit

Permalink
Fixed install target to properly upload online HTML version
Browse files Browse the repository at this point in the history
  • Loading branch information
dchenbecker committed Oct 15, 2010
1 parent 03a9921 commit bc085cd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Makefile
@@ -1,8 +1,8 @@
RSYNCFLAGS = "-v --delete" RSYNCFLAGS = "-rv --delete"


all : master.pdf all : master.pdf


html : master.tex master.aux html : master.tex master.aux master/index.html
@echo [Building HTML] @echo [Building HTML]
latex2html -split 3 -local_icons -no_antialias_text -no_antialias -white master.tex latex2html -split 3 -local_icons -no_antialias_text -no_antialias -white master.tex
./highlightHtml.sh ./highlightHtml.sh
Expand All @@ -29,4 +29,4 @@ clean:


install: pdf html install: pdf html
rsync $(RSYNC_FLAGS) master.pdf master.html.tgz lion.harpoon.me:/home/scalatools/hudson/www/exploring/downloads/ rsync $(RSYNC_FLAGS) master.pdf master.html.tgz lion.harpoon.me:/home/scalatools/hudson/www/exploring/downloads/
rsync $(RSYNC_FLAGS)-v master/* lion.harpoon.me:/home/scalatools/hudson/www/exploring/master/ rsync $(RSYNC_FLAGS) master/ lion.harpoon.me:/home/scalatools/hudson/www/exploring/master/

0 comments on commit bc085cd

Please sign in to comment.