mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-07-22 11:59:33 +00:00
doc: Skip empty lines when piping to wget
Signed-off-by: Joseph Nuthalapati <njoseph@riseup.net> Reviewed-by: Sunil Mohan Adapa <sunil@medhas.org> Reviewed-by: James Valleroy <jvalleroy@mailbox.org>
This commit is contained in:
parent
a036a4af5b
commit
853c056018
@ -51,7 +51,7 @@ fetch:
|
||||
wget --quiet -O - $(MANUAL_URL) | \
|
||||
xmllint --format --output freedombox-manual.raw.xml -
|
||||
xsltproc fetch-images.xslt freedombox-manual.raw.xml | sort -u | \
|
||||
awk '{print "wget --quiet -O images/" $$1 " " $$2}' | sh
|
||||
awk 'NF {print "wget --quiet -O images/" $$1 " " $$2}' | sh
|
||||
./fetch-manual-pages
|
||||
|
||||
.PHONY: manual-pages
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user