From 7cbb120c80894cf63f1dd160d227cf6067d58ac6 Mon Sep 17 00:00:00 2001 From: "NARUSE, Yui" Date: Sat, 15 Dec 2018 17:53:29 +0900 Subject: [PATCH] Add all files to MANIFEST git ls-files > MANIFEST --- MANIFEST | 45 +++++++++++++++++++++++++++++---------------- Makefile | 3 +++ 2 files changed, 32 insertions(+), 16 deletions(-) diff --git a/MANIFEST b/MANIFEST index b707722..8d4c34d 100644 --- a/MANIFEST +++ b/MANIFEST @@ -1,30 +1,43 @@ -MANIFEST +.gitignore +.travis.yml Changes -INSTALL.j INSTALL +INSTALL.j +MANIFEST Makefile +NKF.mod/Changes +NKF.mod/MANIFEST +NKF.mod/Makefile.PL +NKF.mod/NKF.pm +NKF.mod/NKF.xs +NKF.mod/README +NKF.mod/test.pl +NKF.python2/NKF_python.c +NKF.python2/README +NKF.python2/setup.py +NKF.python3/NKF_python.c +NKF.python3/README +NKF.python3/setup.py +README.md config.h +dll.def +dll.rc make_test.pl +man/make_doc.sh +man/nkf.1.pm +man/nkf.1j.pm nkf.1 nkf.1j nkf.c -nkf.h nkf.doc -nkf_test.pl -test.pl -utf8tbl.c -utf8tbl.h +nkf.h nkf.mak nkf32.c nkf32.h nkf32dll.c +nkf_test.pl +nkf_utf8.txt +test.pl +utf8tbl.c +utf8tbl.h version.rc -dll.rc -dll.def -NKF.mod/Changes -NKF.mod/MANIFEST -NKF.mod/Makefile.PL -NKF.mod/NKF.pm -NKF.mod/NKF.xs -NKF.mod/README -NKF.mod/test.pl diff --git a/Makefile b/Makefile index b8a54f8..e519b97 100644 --- a/Makefile +++ b/Makefile @@ -76,6 +76,9 @@ shar: tar: -mkdir nkf-$(VERSION) -mkdir nkf-$(VERSION)/NKF.mod + -mkdir nkf-$(VERSION)/NKF.python2 + -mkdir nkf-$(VERSION)/NKF.python3 + -mkdir nkf-$(VERSION)/man for file in `cat MANIFEST`; \ do \ cp $$file nkf-$(VERSION)/$$file ; \ -- 2.11.0