summaryrefslogtreecommitdiff
path: root/doc/Makefile.am
diff options
context:
space:
mode:
authorwingo <wingo@0c269be4-1314-0410-8aa9-9f06e86f4224>2002-05-13 23:55:49 +0000
committerwingo <wingo@0c269be4-1314-0410-8aa9-9f06e86f4224>2002-05-13 23:55:49 +0000
commit8214bcf420d55448a2ac44a0fe1976d7570ababd (patch)
tree41eef9fcc714da440eaf66fbed6bef7a24fd7d76 /doc/Makefile.am
parentb18fa606501b5dddc61596455aeecb9f8b955ac3 (diff)
downloadjack1-8214bcf420d55448a2ac44a0fe1976d7570ababd.tar.gz
Make sure all optional libs are present when making dist, so that
everything is included and compiles git-svn-id: svn+ssh://jackaudio.org/trunk/jack@186 0c269be4-1314-0410-8aa9-9f06e86f4224
Diffstat (limited to 'doc/Makefile.am')
-rw-r--r--doc/Makefile.am13
1 files changed, 1 insertions, 12 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am
index 780976a..9dfefe8 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -46,18 +46,7 @@ uninstall-local: doxygen-build.stamp
done; \
fi)
-#
-# Require doxygen when making dist
-#
-if HAVE_DOXYGEN
-dist-check-doxygen:
-else
-dist-check-doxygen:
- @echo "*** doxygen must be installed and enabled in order to make dist"
- @false
-endif
-
-dist-hook: dist-hook-local dist-check-doxygen
+dist-hook: dist-hook-local
mkdir $(distdir)/reference
mkdir $(distdir)/reference/html
-cp reference/html/*.html reference/html/*.css \