Changeset 9115b3 in git


Ignore:
Timestamp:
Jun 18, 2014, 4:06:24 PM (10 years ago)
Author:
Martin Lee <martinlee84@…>
Branches:
(u'fieker-DuVal', '117eb8c30fc9e991c4decca4832b1d19036c4c65')(u'spielwiese', 'fc741b6502fd8a97288eaa3eba6e5220f3c3df87')
Children:
f7c62199f01a8c54d51b2f48a096f0d7ed291592
Parents:
815c0843c69d359e11314bab6d51235ec83a3041
git-author:
Martin Lee <martinlee84@web.de>2014-06-18 16:06:24+02:00
git-committer:
Martin Lee <martinlee84@web.de>2014-06-18 16:36:44+02:00
Message:
chg: disable old way to create doxygen
Location:
factory
Files:
1 deleted
1 edited

Legend:

Unmodified
Added
Removed
  • factory/Makefile.am

    r815c08 r9115b3  
    172172include $(srcdir)/aminclude.am
    173173
    174 doxysrc = $(SOURCES) parseutil.cc
    175 doxyincl = $(factory_headers) parseutil.h
    176 
    177 # doxygen targets
    178 doxy:           factory.cfg $(doxysrc) $(doxyincl)
    179                 doxygen $<
    180 
    181 doxyclean:
    182                 rm -rf doxygen
    183 
    184174####################################################
    185175# the precomputed GF(q)-tables
     
    238228EXTRA_DIST =    test_install.cc \
    239229                $(templatesrc) $(hdrtemplsrc) \
    240                 doxygen.cfg factory.cfg \
     230                doxygen.cfg \
    241231                examples/application.cc \
    242232                examples/factorize.cc examples/gcd.cc \
Note: See TracChangeset for help on using the changeset viewer.