From 08e0f64081e6abb6e6e71ce4b46064b8fa044401 Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Sun, 22 May 2016 20:26:22 +0200 Subject: [PATCH] Makefile.inc: Fix "make upload" for asciidoc PDFs --- build/Makefile.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build/Makefile.inc b/build/Makefile.inc index 1c55304..e317131 100644 --- a/build/Makefile.inc +++ b/build/Makefile.inc @@ -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: