OSDN Git Service

change the encoding of JF documents to UTF-8
[linuxjf/JF.git] / docs / kisochi5.txt / Makefile
index 805b064..6bf81cf 100644 (file)
@@ -27,6 +27,6 @@ endif
        rm -f *.html
        $(JADE) $(JADE_OPTION) $(JADE_ADD_OPTION) $(BASENAME).sgml >index.html
        for f in *.html; do \
-               nkf -j $$f > $$f.jis; \
-               mv $$f.jis $$f; done
+               nkf -w $$f > $$f.utf-8; \
+               mv $$f.utf-8 $$f; done
        touch $(LAST_MODIFIED)