Changeset 7c806c1 in git for doc/Makefile.bsp


Ignore:
Timestamp:
Jul 16, 2013, 3:16:25 PM (10 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a800fe4b3e9d37a38c5a10cc0ae9dfa0c15a4ee6')
Children:
06e2e90c627b76ec542d7d51e7149bf1e33accfe
Parents:
7976de8b389edef25db79239131fd31d16cf2e91
Message:
chg: tag stuff for doc, example Makefile
File:
1 edited

Legend:

Unmodified
Added
Removed
  • doc/Makefile.bsp

    r7976de8 r7c806c1  
    1212S_VERSION       = 4-0-0
    1313
    14 PYOBECT_TEX =
    15 #PYOBECT_TEX = pyobject.tex
    16 
    17 
    1814## directory where info files are installed
    19 prefix          = /tmp/wawa
     15prefix          = /scratch/hannes/billbo-sw
    2016infodir         = ${prefix}/info
    2117bindir          = @bindir@
     
    3632## needed programs
    3733##
    38 LN_S            = @LN_S@
     34LN_S            = ln -s
    3935INSTALL         = ../install-sh -c
    4036INSTALL_PROGRAM = ${INSTALL}
     
    5652
    5753# d2t stuff
    58 SINGULAR        = /tmp/wawa/Singular/Singular
     54SINGULAR        = /scratch/hannes/billbo-sw/Singular/Singular
    5955SINGULAR_LIB_DIR= ../Singular/LIB
    6056ifeq ($(SINGUNAME),"ix86-Win")
     
    6662EX_SUBDIR       = ./examples
    6763CHKSUM_DB       = ${DOC_SUBDIR}/chksum
     64# which tags to avoid:
     65DOC2TEX_EXAMPLE_EXCLUSIONS = -exclude oldpolymake
     66# which tags to avoid:
     67TAG             = oldpolymake
    6868DOC2TEX         = ${PERL} ./doc2tex.pl -docdir ${DOC_SUBDIR} \
    6969                  -Singular ${SINGULAR} -verbose ${VERBOSE} -make ${MAKE} \
     70                  -exdir ${EX_SUBDIR} ${DOC2TEX_EXAMPLE_EXCLUSIONS}
     71
     72DOC2TEX_M        = ${PERL} ./doc2tex.pl -docdir ${DOC_SUBDIR} \
     73                  -Singular ${SINGULAR} -verbose ${VERBOSE} -make ${MAKE} \
    7074                  -exdir ${EX_SUBDIR}
    71 PL2DOC          = ${PERL} ./pl2doc.pl -db ${CHKSUM_DB}
     75
     76PL2DOC          = ${PERL} ./pl2doc.pl ${TAG} -db ${CHKSUM_DB}
     77PL2DOC_M        = ${PERL} ./pl2doc.pl -db ${CHKSUM_DB}
    7278
    7379# t2h stuff
     
    102108                examples.tex general.tex ti_ip.tex math.tex reference.tex \
    103109                start.tex types.tex pdata.tex tricks.tex platform.tex \
    104                 polymake.tex plural.tex letterplace.tex plulibs.tex sca.tex ${PYOBJECT_TEX}
     110                plural.tex letterplace.tex plulibs.tex sca.tex pyobject.tex
    105111
    106112MANUAL_FILES    = ${TEX_FILES} ${DOC2TEX_FILES}
     
    182188#
    183189manual.tex:  ${MANUAL_FILES} doc2tex.pl ${SINGULAR} singular.doc $(STANDALONE_TEXI_FILES)
    184         +${DOC2TEX} -no_fun -o manual.tex singular.doc
     190        +${DOC2TEX_M} -no_fun -o manual.tex singular.doc
    185191
    186192singular.tex: ${MANUAL_FILES} doc2tex.pl ${LIB_TEX_FILES} ${SINGULAR} ${LIBPARSE} singular.doc $(STANDALONE_TEXI_FILES)
     
    189195#pattern rule for tex files
    190196%_noEx.tex : %.doc doc2tex.pl ${SINGULAR}
    191         +${DOC2TEX} -o $@ -no_ex $<
     197        +${DOC2TEX_M} -o $@ -no_ex $<
    192198
    193199%.tex: %.doc doc2tex.pl ${SINGULAR}
     
    200206
    201207%_noFun.doc : %.pl pl2doc.pl
    202         ${PL2DOC}  -no_fun -o $@  $<
     208        ${PL2DOC_M}  -no_fun -o $@  $<
    203209
    204210%.doc : %.pl pl2doc.pl
Note: See TracChangeset for help on using the changeset viewer.