7dc0b0e602
The gtk-doc reference is woefully maintained, and trying to actually generate it resulted in some extremely outdated and poor documentation. If somebody wants to actually renew the docs, just revert this commit, otherwise, I'm not going to bother.
12 lines
187 B
Makefile
12 lines
187 B
Makefile
|
|
SUBDIRS = data src po doc
|
|
|
|
ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS}
|
|
|
|
DISTCLEANFILES = \
|
|
intltool-extract \
|
|
intltool-merge \
|
|
intltool-update \
|
|
po/stamp-it \
|
|
po/.intltool-merge-cache
|