Forums : Suggestions for Ohloh 2.0

Dear Open Hub Users,

We’re excited to announce that we will be moving the Open Hub Forum to https://community.blackduck.com/s/black-duck-open-hub. Beginning immediately, users can head over, register, get technical help and discuss issue pertinent to the Open Hub. Registered users can also subscribe to Open Hub announcements here.


On May 1, 2020, we will be freezing https://www.openhub.net/forums and users will not be able to create new discussions. If you have any questions and concerns, please email us at [email protected]

Recognize includes from Automake files

Hello,

In my projects, I always create a top-level Makefile.am that includes (with the include directive of Automake) files from other directories. (Why? I don't want recursive make.) These files have the name Makefile.am.inc instead of Makefile.am, to prevent Automake from picking them up automatically.

The problem is: the source scanner used by Ohloh doesn't seem to recognize these Makefile.am.inc source files and therefore does not count their lines towards the amount of Automake lines.

Could you implement a fix for this issue? I'm not sure if the parser is intelligent enough to be able to determine the format of a file based on inclusions of it.

For reference, one project affected by this is Kyua, which I just created in Ohloh.

Thanks!

Julio Merino over 14 years ago