You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 lines
195B

  1. build:
  2. gitbook build
  3. all: build
  4. run:
  5. gitbook serve --port 8080
  6. pdf: build
  7. gitbook pdf . _book/VCV-Rack-manual.pdf
  8. upload: all
  9. rsync _book/ vcvrack.com:vcvrack.com/manual/ -ruvz --delete