Changeset 3c6df4 in git for dox


Ignore:
Timestamp:
Apr 28, 2020, 2:11:30 PM (4 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
184caf17602365e07f0084fa6bb2db75b5a0ffd4
Parents:
e1ef7b116283b782bdf06753542a2e15e181852b
Message:
removed GIT_VERSION and related
File:
1 edited

Legend:

Unmodified
Added
Removed
  • dox/Makefile.am

    re1ef7b r3c6df4  
    1 GIT_VERSION := $(shell $(top_srcdir)/git-version-gen $(top_srcdir)/.tarball-git-version)
    2 
    31doxyrun:
    42        if [ -z "$(DOXYGEN)" ]; then \
     
    1614        export abs_top_srcdir="$(abs_top_srcdir)"; \
    1715        export abs_top_builddir="$(abs_top_builddir)"; \
    18         export git_version="$(GIT_VERSION)"; \
    19         echo Running "$(DOXYGEN)" "$(DOXYGEN_CONFIG)" with abs_top_srcdir: "$(abs_top_srcdir)", abs_top_builddir: "$(abs_top_builddir)", GIT_VERSION: "$(git_version)"...; \
     16        echo Running "$(DOXYGEN)" "$(DOXYGEN_CONFIG)" with abs_top_srcdir: "$(abs_top_srcdir)", abs_top_builddir: "$(abs_top_builddir)", ...; \
    2017        $(DOXYGEN) $(DOXYGEN_CONFIG) ; \
    21         echo Finished running "$(DOXYGEN)" "$(DOXYGEN_CONFIG)" with abs_top_srcdir: "$(abs_top_srcdir)", abs_top_builddir: "$(abs_top_builddir)", GIT_VERSION: "$(git_version)"...;
     18        echo Finished running "$(DOXYGEN)" "$(DOXYGEN_CONFIG)" with abs_top_srcdir: "$(abs_top_srcdir)", abs_top_builddir: "$(abs_top_builddir)" ...;
    2219
    2320if HAVE_DOXYGEN
Note: See TracChangeset for help on using the changeset viewer.