diff --git a/Makefile b/Makefile index 94e5e6270..2a12d39f6 100644 --- a/Makefile +++ b/Makefile @@ -103,7 +103,7 @@ www: $(XML_CATALOG) $(CONTENT) .PHONY: export export: www - $(RSYNC) $(RSYNC_FLAGS) --exclude=".svn/" www/ $(DESTDIR)/ + $(RSYNC) $(RSYNC_FLAGS) --exclude=".git/" www/ $(DESTDIR)/ $(DATESTAMP): mkdir -p build