projects
/
pub
/
lufa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
cf7859e
)
Remove non-functional maintenance link check.
author
Dean Camera
<dean@fourwalledcubicle.com>
Mon, 16 Apr 2012 17:01:08 +0000
(17:01 +0000)
committer
Dean Camera
<dean@fourwalledcubicle.com>
Mon, 16 Apr 2012 17:01:08 +0000
(17:01 +0000)
Maintenance/makefile
patch
|
blob
|
blame
|
history
diff --git
a/Maintenance/makefile
b/Maintenance/makefile
index
5cce2bf
..
8daf9c1
100644
(file)
--- a/
Maintenance/makefile
+++ b/
Maintenance/makefile
@@
-8,11
+8,12
@@
\r
# Maintenance scripts not required by general LUFA users, used for project development purposes.
\r
\r
\r
# Maintenance scripts not required by general LUFA users, used for project development purposes.
\r
\r
+
\r
+# Path to the root of the LUFA tree
\r
LUFA_ROOT = ../
\r
\r
all:
\r
\r
LUFA_ROOT = ../
\r
\r
all:
\r
\r
-
\r
# Update all Doxygen configuration files to the latest Doxygen version - force Markdown support to be disabled
\r
upgrade-doxygen:
\r
@echo Upgrading Doxygen.conf files...
\r
# Update all Doxygen configuration files to the latest Doxygen version - force Markdown support to be disabled
\r
upgrade-doxygen:
\r
@echo Upgrading Doxygen.conf files...
\r
@@
-36,13
+37,6
@@
check-documentation-placeholders:
fi;
\r
@echo Done.
\r
\r
fi;
\r
@echo Done.
\r
\r
-# Test all generated documentation for any bad links
\r
-check-documentation-links:
\r
- @for html_file in `find $(LUFA_ROOT) -name *.html`; do \
\r
- echo Checking $$html_file...; \
\r
- cat $$html_file | grep -v "doxygen.org" | grep -v "fourwalledcubicle.com" | wget -nv --referer=www.lufa-lib.org --user-agent="lufa-link-check-script" -B $(dir $$html_file) --spider --force-html --input-file=-; \
\r
- done;
\r
-
\r
# Validate the working branch - compile all documentation, demos/projects/examples and run build tests
\r
validate-branch:
\r
make -s -C $(LUFA_ROOT) doxygen
\r
# Validate the working branch - compile all documentation, demos/projects/examples and run build tests
\r
validate-branch:
\r
make -s -C $(LUFA_ROOT) doxygen
\r