X-Git-Url: http://git.osdn.net/view?a=blobdiff_plain;f=www%2FMakefile;h=e1c0de9ce0ed7ba56b643798267eca2270e6c4d4;hb=a180fb1d258600d5177d9679efe535aee66b81ad;hp=7e5af0baa97baea6b2b3e8a25a7689cb625a083b;hpb=4fd6e550d586e9b3a5c462f1a094182fc328459f;p=linuxjf%2FJF.git diff --git a/www/Makefile b/www/Makefile index 7e5af0b..e1c0de9 100644 --- a/www/Makefile +++ b/www/Makefile @@ -20,12 +20,12 @@ CONTENTS = links.html index.html news.html copyright.html \ .m4.html: nkf -e $*.m4 > /tmp/$*.m4 - m4 -P -D _WORKDIR=$(WORKDIR) /tmp/$*.m4 | nkf -j > $*.html + m4 -P -D _WORKDIR=$(WORKDIR) /tmp/$*.m4 | nkf -w > $*.html rm -f /tmp/$*.m4 .m4.xml: $(NKF) -e $*.m4 > /tmp/$*.m4 - m4 -P -D _WORKDIR=$(WORKDIR) /tmp/$*.m4 | $(NKF) -w8 > $*.xml + m4 -P -D _WORKDIR=$(WORKDIR) /tmp/$*.m4 | $(NKF) -w > $*.xml rm -f /tmp/$*.m4 all: contents