zigalenarcic / mangl

An enhanced man page viewer for linux and BSD systems based on OpenGL and mandoc libraries
Other
39 stars 7 forks source link

add a configure script #2

Closed omar-polo closed 2 years ago

omar-polo commented 2 years ago

This makes easier to package mangl, and hopefully makes the life easier also to user that builds mangl by hand.

I'm adding a simple configure script that just execute mandoc' ones, so one only needs to do the usual ./configure && make. It also propagates the arguments given (unlike build.sh), so that users and packagers can pass arguments to mandoc' configure if needed.

zigalenarcic commented 2 years ago

Thank you for your work. I'm not that familiar with how packages are built for various OSs and distributions. I'll remove build.sh.

omar-polo commented 2 years ago

Well, don't worry :) if we have issue packaging something we usually try to let upstream know, so that it can be fixed.

thanks for reviewing and applying the changes!