Commit Diff


commit - 3c7ab659583d56ac360105c7aa72de2c03d0cc94
commit + 537a0c74eb514bc75f34967396dd6c4ebeb0fca8
blob - 5c6c62e5f46c8aa5cfaee3d408e376f570325e50
blob + 2a5ae166af178a1a0ba99c94a047436f400a3074
--- Makefile
+++ Makefile
@@ -27,7 +27,7 @@ html: $(MAKRDOWN_FILES) epub.css
 	$(PANDOC) $(PANDOC_OPT) -o $(NAME).html
 
 release: $(NAME).epub $(NAME).html
-	zip swebook.zip $(NAME).epub $(NAME).html
+	zip $(NAME).zip $(NAME).epub $(NAME).html
 
 clean:
 	rm -f $(NAME).html $(NAME).epub $(NAME).zip