OSDN Git Service

Add all files to MANIFEST
authorNARUSE, Yui <naruse@users.sourceforge.jp>
Sat, 15 Dec 2018 08:53:29 +0000 (17:53 +0900)
committerNARUSE, Yui <naruse@users.sourceforge.jp>
Sat, 15 Dec 2018 09:15:18 +0000 (18:15 +0900)
git ls-files > MANIFEST

MANIFEST
Makefile

index b707722..8d4c34d 100644 (file)
--- 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
index b8a54f8..e519b97 100644 (file)
--- 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 ; \