diff options
author | Fumitoshi UKAI <ukai@debian.or.jp> | 2001-11-30 18:06:28 +0000 |
---|---|---|
committer | Fumitoshi UKAI <ukai@debian.or.jp> | 2001-11-30 18:06:28 +0000 |
commit | dcfbd6abaaa8015fb36911191a9eeb06bd052f6c (patch) | |
tree | 4ee185cd006ff254f6c1f95ce503d9343e26abe0 /scripts/Makefile | |
parent | [w3m-dev 02600] (diff) | |
download | w3m-dcfbd6abaaa8015fb36911191a9eeb06bd052f6c.tar.gz w3m-dcfbd6abaaa8015fb36911191a9eeb06bd052f6c.zip |
[w3m-dev 02601]
From: Fumitoshi UKAI <ukai@debian.or.jp>
Diffstat (limited to '')
-rw-r--r-- | scripts/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/Makefile b/scripts/Makefile index 4cf6575..1f055ea 100644 --- a/scripts/Makefile +++ b/scripts/Makefile @@ -41,7 +41,7 @@ helplibs: fi; \ done < ../doc/$$keymap >> w3mhelp-funcname.pl @echo ');' >> w3mhelp-funcname.pl - @echo '1;' >> w3mhelp-funcname.pl + @cat w3mhelp-funcname.pl.in >> w3mhelp-funcname.pl @echo "done" @echo "generating w3mhelp-funcdesc*.pl..." @@ -53,7 +53,7 @@ helplibs: case "$$func" in [a-zA-Z@]*) echo "'$$func', '$$desc', ";; esac; \ done < ../$$dir/README.func >> w3mhelp-funcdesc.$$lang.pl; \ echo ');' >> w3mhelp-funcdesc.$$lang.pl; \ - echo '1;' >> w3mhelp-funcdesc.$$lang.pl; \ + cat w3mhelp-funcdesc.$$lang.pl.in >> w3mhelp-funcdesc.$$lang.pl; \ done @echo done |