Home | History | Annotate | Download | only in doc
      1 EXTRA_DIST = doxygen.cfg.in
      2 
      3 docs: doxygen.cfg
      4 	doxygen $^
      5 
      6 docs-upload: docs
      7 	ln -s html api-1.0
      8 	rsync -av api-1.0/ dsd_,libusb (a] web.sourceforge.net:htdocs/api-1.0/
      9 	rm -f api-1.0
     10 
     11