X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=doc%2FMakefile.am;h=19a9db06f9703af93f215face007f7f4950c0d2e;hb=902e8d6b4453184c59518a658c74b01bd52cd058;hp=060d104e4d7191eea0efc532380d4b408a381232;hpb=52afda911528bebccee6f951dee880eceea413d5;p=platform%2Fupstream%2Fflac.git diff --git a/doc/Makefile.am b/doc/Makefile.am index 060d104..19a9db0 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -1,5 +1,5 @@ # flac - Command-line FLAC encoder/decoder -# Copyright (C) 2002,2003 Josh Coalson +# Copyright (C) 2002,2003,2004,2005,2006,2007 Josh Coalson # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License @@ -28,7 +28,7 @@ FLAC.tag: Doxyfile else FLAC.tag: echo "*** Warning: Doxygen not found; documentation will not be built." - touch $< + touch $@ mkdir -p html/api endif @@ -37,7 +37,7 @@ docdir = $(datadir)/doc/$(PACKAGE)-$(VERSION) doc_DATA = \ FLAC.tag -EXTRA_DIST = Doxyfile Makefile.lite $(doc_DATA) +EXTRA_DIST = Doxyfile Makefile.lite doxygen.footer.html doxygen.header.html $(doc_DATA) maintainer-clean-local: rm -rf FLAC.tag html/api doxytmp