Hi,

Devrim has been trying to set up RPM files for 8.4devel.  However, the
tarballs he is generating are not alike those found in our FTP site;
official ones include manpages and HTML docs as man.tar.gz and
postgres.tar.gz, but a simple "make dist" does not seem to include them.

I'm wondering how are these things supposed to be generated.  Does Marc
create the regular tarballs using "make dist", and then unpack them and
include the other tarballs inside?  Does he use a different make target?

One idea I suggested was running "make man.tar.gz postgres.tar.gz"
before "make dist", but that doesn't really work apparently.  Here's
why:

[EMAIL PROTECTED] pgsql]$ make dist
rm -rf postgresql-8.4devel* =install=
for x in `cd . && find . -name CVS -prune -o -print`; do \
          file=`expr X$x : 'X\./\(.*\)'`; \
          if test -d "./$file" ; then \
            mkdir "postgresql-8.4devel/$file" && chmod 777 
"postgresql-8.4devel/$file"; \
          else \
            ln "./$file" "postgresql-8.4devel/$file" >/dev/null 2>&1 \
              || cp "./$file" "postgresql-8.4devel/$file"; \
          fi || exit; \
        done
cp: cannot stat `./doc/src/sgml/CREATE': No such file or directory

-- 
Alvaro Herrera                                http://www.CommandPrompt.com/
The PostgreSQL Company - Command Prompt, Inc.

-- 
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers

Reply via email to