diff options
author | Ting-Wei Lan <lantw44@gmail.com> | 2013-09-11 21:42:17 +0800 |
---|---|---|
committer | LAN-TW <lantw44@gmail.com> | 2013-09-11 21:42:17 +0800 |
commit | d4d06de8ba86f4799f2706fe28b4a1347188b5cd (patch) | |
tree | 4f5ea34ff6707370d99880f9aed13ae8f15709de | |
parent | 588c58ba00191afefe3581f6aeb71903f678c6f4 (diff) | |
download | gsoc2013-libgnome-autoar-d4d06de8ba86f4799f2706fe28b4a1347188b5cd.tar.gz gsoc2013-libgnome-autoar-d4d06de8ba86f4799f2706fe28b4a1347188b5cd.tar.zst gsoc2013-libgnome-autoar-d4d06de8ba86f4799f2706fe28b4a1347188b5cd.zip |
GTK-Doc must be enabled to run `make distcheck'
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 505166f..ec407d7 100644 --- a/Makefile.am +++ b/Makefile.am @@ -9,3 +9,5 @@ SUBDIRS = gnome-autoar data tests docs EXTRA_DISTS = \ autogen.sh \ $(NULL) + +DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc |