Browse Source

distcheck works again

git-svn-id: svn+ssh://jackaudio.org/trunk/jack@455 0c269be4-1314-0410-8aa9-9f06e86f4224
tags/0.109.0
trutkin 22 years ago
parent
commit
31a54e1e1f
2 changed files with 11 additions and 8 deletions
  1. +8
    -6
      doc/Makefile.am
  2. +3
    -2
      doc/reference.doxygen.in

+ 8
- 6
doc/Makefile.am View File

@@ -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


+ 3
- 2
doc/reference.doxygen.in View File

@@ -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


Loading…
Cancel
Save