pgadmin3.hhp.cached

From: Richard PALO <richard(dot)palo(at)baou(dot)fr>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgadmin3.hhp.cached
Date: 2013-07-19 21:29:43
Message-ID: kscb40$qsn$1@ger.gmane.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

I needed to undo the following workaround put in Makefile.am:
> # We need to ensure the help cache is world writeable
> install-data-hook:
> - touch $(help_dir)/docs/en_US/pgadmin3.hhp.cached
> - chmod 0666 $(help_dir)/docs/en_US/pgadmin3.hhp.cached
> +# touch $(help_dir)/docs/en_US/pgadmin3.hhp.cached
> +# chmod 0666 $(help_dir)/docs/en_US/pgadmin3.hhp.cached

Is there not a better solution?

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2013-07-22 08:07:21 Re: pgadmin3.hhp.cached
Previous Message Dave Page 2013-07-19 15:50:41 Re: warnings patch submission