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
187B

  1. all: doxygen
  2. doxygen:
  3. doxygen Doxyfile
  4. run: doxygen
  5. http-server html
  6. upload: doxygen
  7. rsync html/ vcvrack.com:vcvrack.com/docs/ -ruz --info=progress2 --delete
  8. clean:
  9. rm -rfv html