Changeset 2918fd7 in git


Ignore:
Timestamp:
Jul 30, 2014, 2:16:23 PM (10 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'fieker-DuVal', '117eb8c30fc9e991c4decca4832b1d19036c4c65')(u'spielwiese', 'b4f17ed1d25f93d46dbe29e4b499baecc2fd51bb')
Children:
577d3f3e712436a84703fe0e03744831ee784019
Parents:
23f57a6178f9c7bd2ae6bbb9e60d45563d466662
git-author:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2014-07-30 14:16:23+02:00
git-committer:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2014-07-30 14:50:25+02:00
Message:
Removed the timestamp from Doxygen generation mechanismus

NOTE: no cleanup of the target directory...
File:
1 edited

Legend:

Unmodified
Added
Removed
  • dox/Makefile.am

    r23f57a r2918fd7  
    2323if HAVE_DOXYGEN
    2424
    25 doxyfile.stamp:
     25## doxyfile.stamp:
     26html:
    2627        $(MAKE) doxyrun abs_top_srcdir="$(abs_top_srcdir)" abs_top_builddir="$(abs_top_builddir)" \
    2728        DOXYGEN_CONFIG="$(abs_srcdir)/Doxyfile.in" DOXYGEN="$(DOXYGEN)"
    28         echo Timestamp > doxyfile.stamp
     29##      echo Timestamp > doxyfile.stamp
    2930
    30 CLEANFILES = doxyfile.stamp
     31## CLEANFILES = doxyfile.stamp
    3132
    3233# all-local: doxyfile.stamp
    3334
    34 html: doxyfile.stamp
     35## html: doxyfile.stamp
    3536
    3637clean-local:
Note: See TracChangeset for help on using the changeset viewer.