summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authortrutkin <trutkin@0c269be4-1314-0410-8aa9-9f06e86f4224>2003-08-18 02:36:25 +0000
committertrutkin <trutkin@0c269be4-1314-0410-8aa9-9f06e86f4224>2003-08-18 02:36:25 +0000
commit31a54e1e1f02f2f3acad74dcd7e2489c279b854e (patch)
tree07724145d588299054029fb40004b0c905553f28 /doc
parent754c97b28ad438e290b91d23852acfda05a13f5b (diff)
downloadjack1-31a54e1e1f02f2f3acad74dcd7e2489c279b854e.tar.gz
distcheck works again
git-svn-id: svn+ssh://jackaudio.org/trunk/jack@455 0c269be4-1314-0410-8aa9-9f06e86f4224
Diffstat (limited to 'doc')
-rw-r--r--doc/Makefile.am14
-rw-r--r--doc/reference.doxygen.in5
2 files changed, 11 insertions, 8 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am
index 274c6a2..6e6cbd2 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -1,12 +1,13 @@
## Process this file with automake to produce Makefile.in
-MAINTAINERCLEANFILES=Makefile.in
+MAINTAINERCLEANFILES=Makefile.in
-DOX=reference.doxygen
+CLEANFILES=doxygen-build.stamp
+DOX=reference.doxygen
-EXTRA_DIST=
+EXTRA_DIST=mainpage.dox transport.dox fsm.png
-INSTIMAGES=html/doxygen.png /html/fsm.png
+INSTIMAGES=html/doxygen.png html/fsm.png
DOC_STAMPS=html-build.stamp
@@ -14,14 +15,15 @@ DOC_DIR=$(HTML_DIR)
all-local: doxygen-build.stamp
-doxygen-build.stamp: $(DOX) mainpage.dox transport.dox fsm.png \
-../jack/jack.h ../jack/types.h ../jack/transport.h
+doxygen-build.stamp: $(DOX)
@echo '*** Running doxygen ***'
doxygen $(DOX)
touch doxygen-build.stamp
clean-local:
rm -f *~ *.bak $(DOC_STAMPS) || true
+ if test -d html; then rm -fr html; fi
+ if test -d latex; then rm -fr latex; fi
distclean-local: clean
rm -f *.stamp || true
diff --git a/doc/reference.doxygen.in b/doc/reference.doxygen.in
index eabb10b..3a91c46 100644
--- a/doc/reference.doxygen.in
+++ b/doc/reference.doxygen.in
@@ -17,7 +17,7 @@
# The PROJECT_NAME tag is a single word (or a sequence of words surrounded
# by quotes) that should identify the project.
-PROJECT_NAME = JACK
+PROJECT_NAME = JACK-AUDIO-CONNECTION-KIT
# The PROJECT_NUMBER tag can be used to enter a project or revision number.
# This could be handy for archiving the generated documentation or
@@ -301,7 +301,8 @@ WARN_LOGFILE =
# directories like "/usr/src/myproject". Separate the files or directories
# with spaces.
-INPUT = mainpage.dox transport.dox \
+INPUT = @top_srcdir@/doc/mainpage.dox \
+ @top_srcdir@/doc/transport.dox \
@top_srcdir@/jack/jack.h \
@top_srcdir@/jack/types.h \
@top_srcdir@/jack/transport.h