Ted Gould schrieb:
On Tue, 2005-08-02 at 21:34 +0200, Adib Taraben wrote:
Ted, maybe you tell me which make target you use to create the tarball :-?
Meanwhile, Doug pls download a daily CVS source snapshot from http://cortijodelrio.net/~inkscape/ or http://www.inkscape.org/cvs-snap/
make dist
That is configured by autotools. So, looking at that target isn't probably as useful as figuring out what files need to be included -- and then adding them into EXTRA_DIST.
I'll also say that I'm not sure how the Windows packages are built, but they really need to be built from a tarball, not CVS. If it is built from CVS it needs to be taken from the tag for the version, that way all the files are the right version number.
--Ted
Ted, I compiled the tarball and noted the files that I have to copy (from the CVS): Strange the tarball (I used tar.gz) misses some files that where in the CVS Here the notes. HTH, Adib. ---
missing files for all systems not in source tarball --------------------------------------------------- src/sp-animation.cpp src/sp-animation.h src/extension/implementation/plugin.cpp src/extension/implementation/plugin.h src/extension/implementation/plugin-link.h
missing files for mingw-win32 ----------------------------- mingwenv.bat config.h.mingw inkscape32-16.ico used by src/inkscape.rc po/Makefile.mingw src/Makefile.mingw src/inkscape_version.h.mingw src/inkscape.rc src/helper/sp-marshal.h.mingw src/helper/sp-marshal.cpp.mingw
missing package files all subsystems Win32 + Mac Q: can the dir package goes to the line SUBDIRS = src doc share po in the Makefile.am ??? How do we handle added files for the installers ? --------------------------------------- packaging iconfiles missing (who needs that?) packaging/macos/ all files missing packaging/win32/ all files missing
missing files at all (are in CVS) not needed by a Win32 ------------------------------------------------------- HACKING_de HACKING_fr HACKING_it README_ca README_de README_fr README_it
obsolete entry in Makefile.am ----------------------------- incscape.nsi please remove this from Makefile.am it is moved to packages/win32
dynamic created files in CVS (actually I don't know why they are in the CVS) they are created by perl scripts in src/mkdep.pl src/mkfiles.pl ---------------------------------------------------------------------------- src/make.dep src/make.exclude src/make.files src/make.ofiles