diff options
author | Matthias Schiffer <mschiffer@universe-factory.net> | 2011-11-12 08:42:14 +0100 |
---|---|---|
committer | Matthias Schiffer <mschiffer@universe-factory.net> | 2011-11-12 08:43:17 +0100 |
commit | 0344f2ec310d317dc5f31e5c066a7a141d504333 (patch) | |
tree | 4d817f27c47e00a0e9e94a7a046d95867935d17d /Makefile | |
parent | d8af510243d823c202537892b1eb02a1c4ebf33f (diff) | |
download | NPTv6-0344f2ec310d317dc5f31e5c066a7a141d504333.tar NPTv6-0344f2ec310d317dc5f31e5c066a7a141d504333.zip |
Re-add txt README
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -29,6 +29,9 @@ clean: $(MAKE) -C $(KPATH) M=$(PWD) clean rm -f libip6t_SNPTV6.so libip6t_DNPTV6.so *.o +README.txt: README.dbk + xmlto txt README.dbk + README.html: README.dbk xmlto xhtml-nochunks README.dbk |