summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 6a93c96..9606ec5 100644
--- a/Makefile
+++ b/Makefile
@@ -20,7 +20,8 @@ htmlfiles = $(htmlprogrammefiles)
getbase = $(shell perl -ne '/^\@base\s+<(http.+)>/ and print $$1 and exit;' "$1")
-all: $(textfiles) $(rdfxmlfiles) $(htmlfiles)
+all: offline $(htmlfiles)
+offline: $(textfiles) $(rdfxmlfiles)
clean:
rm -rf build