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.

16 lines
188B

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