diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 |