1

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

Rob Bednark
  • 25,981
  • 23
  • 80
  • 125

2 Answers2

1

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

Peter Eisentraut
  • 35,221
  • 12
  • 85
  • 90
1

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
Jason Kane
  • 361
  • 3
  • 6