Fork me on GitHub

Changeset 71eba5e in git for Makefile


Ignore:
Timestamp:
Jun 4, 2021, 12:34:46 AM (3 years ago)
Author:
Pavel Demin <pavel.demin@…>
Branches:
master
Children:
0799cd1, 910bd98
Parents:
85dc372
Message:

add cmake directory to dist rule in Makefile

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Makefile

    r85dc372 r71eba5e  
    232232        classes/DelphesClasses.h \
    233233        classes/DelphesFactory.h \
     234        classes/DelphesHepMC3Reader.h \
    234235        modules/Delphes.h \
    235236        external/ExRootAnalysis/ExRootProgressBar.h \
     
    25062507        @echo ">> Building $(DISTTAR)"
    25072508        @mkdir -p $(DISTDIR)
    2508         @cp -a AUTHORS CHANGELOG CMakeLists.txt COPYING DelphesEnv.sh LICENSE NOTICE README README_4LHCb Makefile MinBias.pileup configure cards classes converters display doc examples external modules python readers validation $(DISTDIR)
     2509        @cp -a AUTHORS CHANGELOG CMakeLists.txt COPYING DelphesEnv.sh LICENSE NOTICE README README_4LHCb Makefile MinBias.pileup configure cards classes cmake converters display doc examples external modules python readers validation $(DISTDIR)
    25092510        @find $(DISTDIR) -depth -name .\* -exec rm -rf {} \;
    25102511        @tar -czf $(DISTTAR) $(DISTDIR)
Note: See TracChangeset for help on using the changeset viewer.