early-access version 1701
This commit is contained in:
22
externals/libusb/libusb/doc/Makefile.in
vendored
Executable file
22
externals/libusb/libusb/doc/Makefile.in
vendored
Executable file
@@ -0,0 +1,22 @@
|
||||
LIBUSB_SRC_DIR = @top_srcdir@/libusb
|
||||
EXCLUDED_FILES = hotplug.h libusbi.h version.h version_nano.h
|
||||
LIBUSB_SRC = $(wildcard $(LIBUSB_SRC_DIR)/*.c) $(wildcard $(LIBUSB_SRC_DIR)/*.h)
|
||||
LIBUSB_DOC_SRC = $(filter-out $(addprefix $(LIBUSB_SRC_DIR)/,$(EXCLUDED_FILES)),$(LIBUSB_SRC))
|
||||
|
||||
docs: @DOXYGEN_HTMLDIR@
|
||||
|
||||
@DOXYGEN_HTMLDIR@: doxygen.cfg @top_srcdir@/doc/libusb.png $(LIBUSB_DOC_SRC)
|
||||
doxygen $<
|
||||
|
||||
sfurl = web.sourceforge.net:/home/project-web/libusb/htdocs
|
||||
docs-upload: @DOXYGEN_HTMLDIR@
|
||||
if [ -z "$$SF_USER" ]; then \
|
||||
rsync -rv --delete $< $(sfurl); \
|
||||
else \
|
||||
rsync -rv --delete $< $$SF_USER@$(sfurl); \
|
||||
fi
|
||||
|
||||
clean:
|
||||
rm -rf @DOXYGEN_HTMLDIR@
|
||||
|
||||
.PHONY: clean docs docs-upload
|
530
externals/libusb/libusb/doc/doxygen.cfg.in
vendored
530
externals/libusb/libusb/doc/doxygen.cfg.in
vendored
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user