Postgresql Autodoc install: "No rule to make target `postgresql_autodoc.1.in', needed by `postgresql_autodoc.1'. Stop

StackOverflow https://stackoverflow.com/questions/15164871

  •  16-03-2022
  •  | 
  •  

문제

I downloaded the latest Postgresql Autodoc (v1.41) from http://www.rbt.ca/autodoc/index.html
When I run make I get this error:

make: *** No rule to make target `postgresql_autodoc.1.in', needed by `postgresql_autodoc.1'.  Stop.

What is the problem?

Mac OS X Lion, 10.7.5
GNU Make 3.81

도움이 되었습니까?

해결책

It's broken. Please write to the author to get it fixed.

다른 팁

In this particular case you can circumvent the problem pretty easily:

tar -zxf postgresql_autodoc-1.41.tar.gz
cd postgresql_autodoc
cp postgresql_autodoc.1 postgresql_autodoc.1.in
make
라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top