Makefile.inc: Fix "make upload" for asciidoc PDFs

This commit is contained in:
Harald Welte 2016-05-22 20:26:22 +02:00
parent 53a3f350fb
commit 08e0f64081
1 changed files with 2 additions and 2 deletions

View File

@ -41,7 +41,7 @@ pdf: $(pdfs) $(manuals)
%.pdf: %.xml %.xml-lint $(EXTRA_DEPS) FORCE
$(call command,dblatex $(dblatex_quiet) -P draft.mode=no $<,DBLATEX,$<)
upload: $(pdfs)
rsync -avz $(pdfs) $(UPLOAD_PATH)/
upload: $(pdfs) $(ASCIIDOCPDFS)
rsync -avz $(pdfs) $(ASCIIDOCPDFS) $(UPLOAD_PATH)/
FORCE: