Re: [pgadmin-hackers] pgadmin3.hhp.cached

2013-07-22 Thread Dave Page
On Fri, Jul 19, 2013 at 10:29 PM, Richard PALO wrote: > 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)/do

[pgadmin-hackers] pgadmin3.hhp.cached

2013-07-19 Thread Richard PALO
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/pgad