aboutsummaryrefslogtreecommitdiffstats
path: root/build/Makefile.inc
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2016-05-22 20:26:22 +0200
committerHarald Welte <laforge@gnumonks.org>2016-05-22 20:26:22 +0200
commit08e0f64081e6abb6e6e71ce4b46064b8fa044401 (patch)
treecd6f6b30522ceb9f794acad3e0b031265e39df9d /build/Makefile.inc
parent53a3f350fbc481f8ab10df1ea6a583ee7f27c176 (diff)
Makefile.inc: Fix "make upload" for asciidoc PDFs
Diffstat (limited to 'build/Makefile.inc')
-rw-r--r--build/Makefile.inc4
1 files 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: