Skip to content

Commit

Permalink
doc: Have 'upload' depend on built files
Browse files Browse the repository at this point in the history
Signed-off-by: Keith Packard <keithp@keithp.com>
  • Loading branch information
keith-packard committed Apr 12, 2019
1 parent b214499 commit b5bb1cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/Makefile
Expand Up @@ -30,7 +30,7 @@ install: $(DOCFILES)
install -d $(DESTDIR)$(DOCDIR)
for i in $(DOCFILES); do install --mode=644 "$$i" $(DESTDIR)$(DOCDIR); done

upload:
upload: $(DOCFILES)
rsync -avz $(DOCFILES) fonts $(SNEKDOC)

clean::
Expand Down

0 comments on commit b5bb1cb

Please sign in to comment.