bitlbee / bitlbee-steam

Steam protocol plugin for BitlBee
GNU General Public License v2.0
126 stars 12 forks source link

Update of Buildfiles to make documentation automagically #122

Closed vogt31337 closed 8 years ago

vogt31337 commented 8 years ago

I've added some stuff to let gtk-doc (if it's available) build the docs automagically in the folder ./doc. It's made from the examples at gtk-doc, so it should work. One thing I couldn't test is, if the code still builds if you don't have gtk-doc installed (the examples say it would work, but I couldn't easily test it).

vogt31337 commented 8 years ago

I just found out, that the gtk-doc.make got deleted during make clean. I needed to changed the Makefile.am, I will make a new pull request.

dgw commented 8 years ago

IIRC you can reopen this one, then fix it locally and force-push to the branch. The PR will update.