all repos — openbox @ 88a82090cd9d51ac8061961af40b08b662d4db61

openbox fork - make it a bit more like ryudo

doc/doxygen/Makefile.am (raw)

1
2
3
4
5
6
7
8
9
10
all:

doc: doxygen.conf
	@doxygen doxygen.conf
	echo "Documentation generated in `pwd`/html"

doxygen.conf: doxygen.conf.in
	@regex_cmd@ -e "s,\@version\@,$(VERSION)," \
	  -e "s,\@basedir\@,`cd $(top_builddir) && pwd`," \
	  doxygen.conf.in > doxygen.conf