diff options
| author | Dean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28> | 2012-04-16 17:01:08 +0000 |
|---|---|---|
| committer | Dean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28> | 2012-04-16 17:01:08 +0000 |
| commit | 4f49574192575a4013e5ce681ad16dc6b6047ad4 (patch) | |
| tree | 271de20d20856f261dd58193f32a94cfe41ac132 /Maintenance | |
| parent | c9c84e1eb203597a2637fedc8db97a2b1863b147 (diff) | |
Remove non-functional maintenance link check.
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2166 d5102386-fcda-11dd-9fdb-3debd5008f28
Diffstat (limited to 'Maintenance')
| -rw-r--r-- | Maintenance/makefile | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/Maintenance/makefile b/Maintenance/makefile index 5cce2bf1..8daf9c14 100644 --- a/Maintenance/makefile +++ b/Maintenance/makefile @@ -8,11 +8,12 @@ # Maintenance scripts not required by general LUFA users, used for project development purposes.
+
+# Path to the root of the LUFA tree
LUFA_ROOT = ../
all:
-
# Update all Doxygen configuration files to the latest Doxygen version - force Markdown support to be disabled
upgrade-doxygen:
@echo Upgrading Doxygen.conf files...
@@ -36,13 +37,6 @@ check-documentation-placeholders: fi;
@echo Done.
-# Test all generated documentation for any bad links
-check-documentation-links:
- @for html_file in `find $(LUFA_ROOT) -name *.html`; do \
- echo Checking $$html_file...; \
- 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=-; \
- done;
-
# Validate the working branch - compile all documentation, demos/projects/examples and run build tests
validate-branch:
make -s -C $(LUFA_ROOT) doxygen
|
