From 1c3c1c3e90252f91b827dc5a15cceb3d83eedd84 Mon Sep 17 00:00:00 2001 From: Christian Engwer <christi@dune-project.org> Date: Tue, 10 Feb 2004 10:26:56 +0000 Subject: [PATCH] Das Erstellen der Doxygen Dependencies war etwas haarig. Jetzt uebrnimmt das ein Perl Skript [[Imported from SVN: r18]] --- doc/Makefile.am | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/doc/Makefile.am b/doc/Makefile.am index 6508372f4..dca4cbc10 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -5,13 +5,8 @@ all: doxygen-tag doxygen_DEPS = $(shell: cat $(DEPDIR)/doxygen.Po) doxygen_FILES = Doxyfile doxy-header.html doxy-footer.html dune-doxy.css -$(DEPDIR)/doxygen.Po: - if [ ! -d $(DEPDIR) ]; then mkdir $(DEPDIR); fi - echo > $@ - for d in $$(grep '^INPUT ' Doxyfile | cut -d '=' -f 2); do \ - for p in $$(grep '^FILE_PATTERNS ' Doxyfile | cut -d '=' -f 2); \ - do find "$$d" -name "$$p" -exec echo doxygen-tag: \{\} \; >> $@ ; \ - done; done +$(DEPDIR)/doxygen.Po: Doxyfile + ./Doxydep $< $@ doxygen-tag: $(doxygen_FILES) $(doxygen_DEPS) doxygen -- GitLab