diff options
author | Yanko Kaneti <yaneti@declera.com> | 2013-05-06 17:06:53 -0500 |
---|---|---|
committer | Dan Williams <dcbw@redhat.com> | 2013-05-06 17:08:41 -0500 |
commit | a2aea7142869123c647d20fc1cb236cb4a0adaa6 (patch) | |
tree | 7bc6195cd5e706131e1ccbc4aef7590cb1278536 /docs/Makefile.am | |
parent | d9303fc14154805d254c33651d689cb7c1024dc8 (diff) | |
download | external_libqmi-a2aea7142869123c647d20fc1cb236cb4a0adaa6.zip external_libqmi-a2aea7142869123c647d20fc1cb236cb4a0adaa6.tar.gz external_libqmi-a2aea7142869123c647d20fc1cb236cb4a0adaa6.tar.bz2 |
docs: always generate docs at dist time
The pregenerated docs will be in the dist tarball, and will even
be installed with 'make install' when building the dist tarball.
Diffstat (limited to 'docs/Makefile.am')
-rw-r--r-- | docs/Makefile.am | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/docs/Makefile.am b/docs/Makefile.am index 24da375..f3ddc22 100644 --- a/docs/Makefile.am +++ b/docs/Makefile.am @@ -1,14 +1 @@ - SUBDIRS = reference - -# require gtk-doc when making dist -# -if ENABLE_GTK_DOC -dist-check-gtk-doc: -else -dist-check-gtk-doc: - @echo "*** gtk-doc must be enabled in order to make dist" - @false -endif - -dist-hook: dist-check-gtk-doc |