Changeset 7c806c1 in git for doc/Makefile.bsp
- Timestamp:
- Jul 16, 2013, 3:16:25 PM (10 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a800fe4b3e9d37a38c5a10cc0ae9dfa0c15a4ee6')
- Children:
- 06e2e90c627b76ec542d7d51e7149bf1e33accfe
- Parents:
- 7976de8b389edef25db79239131fd31d16cf2e91
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
doc/Makefile.bsp
r7976de8 r7c806c1 12 12 S_VERSION = 4-0-0 13 13 14 PYOBECT_TEX =15 #PYOBECT_TEX = pyobject.tex16 17 18 14 ## directory where info files are installed 19 prefix = / tmp/wawa15 prefix = /scratch/hannes/billbo-sw 20 16 infodir = ${prefix}/info 21 17 bindir = @bindir@ … … 36 32 ## needed programs 37 33 ## 38 LN_S = @LN_S@34 LN_S = ln -s 39 35 INSTALL = ../install-sh -c 40 36 INSTALL_PROGRAM = ${INSTALL} … … 56 52 57 53 # d2t stuff 58 SINGULAR = / tmp/wawa/Singular/Singular54 SINGULAR = /scratch/hannes/billbo-sw/Singular/Singular 59 55 SINGULAR_LIB_DIR= ../Singular/LIB 60 56 ifeq ($(SINGUNAME),"ix86-Win") … … 66 62 EX_SUBDIR = ./examples 67 63 CHKSUM_DB = ${DOC_SUBDIR}/chksum 64 # which tags to avoid: 65 DOC2TEX_EXAMPLE_EXCLUSIONS = -exclude oldpolymake 66 # which tags to avoid: 67 TAG = oldpolymake 68 68 DOC2TEX = ${PERL} ./doc2tex.pl -docdir ${DOC_SUBDIR} \ 69 69 -Singular ${SINGULAR} -verbose ${VERBOSE} -make ${MAKE} \ 70 -exdir ${EX_SUBDIR} ${DOC2TEX_EXAMPLE_EXCLUSIONS} 71 72 DOC2TEX_M = ${PERL} ./doc2tex.pl -docdir ${DOC_SUBDIR} \ 73 -Singular ${SINGULAR} -verbose ${VERBOSE} -make ${MAKE} \ 70 74 -exdir ${EX_SUBDIR} 71 PL2DOC = ${PERL} ./pl2doc.pl -db ${CHKSUM_DB} 75 76 PL2DOC = ${PERL} ./pl2doc.pl ${TAG} -db ${CHKSUM_DB} 77 PL2DOC_M = ${PERL} ./pl2doc.pl -db ${CHKSUM_DB} 72 78 73 79 # t2h stuff … … 102 108 examples.tex general.tex ti_ip.tex math.tex reference.tex \ 103 109 start.tex types.tex pdata.tex tricks.tex platform.tex \ 104 p olymake.tex plural.tex letterplace.tex plulibs.tex sca.tex ${PYOBJECT_TEX}110 plural.tex letterplace.tex plulibs.tex sca.tex pyobject.tex 105 111 106 112 MANUAL_FILES = ${TEX_FILES} ${DOC2TEX_FILES} … … 182 188 # 183 189 manual.tex: ${MANUAL_FILES} doc2tex.pl ${SINGULAR} singular.doc $(STANDALONE_TEXI_FILES) 184 +${DOC2TEX } -no_fun -o manual.tex singular.doc190 +${DOC2TEX_M} -no_fun -o manual.tex singular.doc 185 191 186 192 singular.tex: ${MANUAL_FILES} doc2tex.pl ${LIB_TEX_FILES} ${SINGULAR} ${LIBPARSE} singular.doc $(STANDALONE_TEXI_FILES) … … 189 195 #pattern rule for tex files 190 196 %_noEx.tex : %.doc doc2tex.pl ${SINGULAR} 191 +${DOC2TEX } -o $@ -no_ex $<197 +${DOC2TEX_M} -o $@ -no_ex $< 192 198 193 199 %.tex: %.doc doc2tex.pl ${SINGULAR} … … 200 206 201 207 %_noFun.doc : %.pl pl2doc.pl 202 ${PL2DOC } -no_fun -o $@ $<208 ${PL2DOC_M} -no_fun -o $@ $< 203 209 204 210 %.doc : %.pl pl2doc.pl
Note: See TracChangeset
for help on using the changeset viewer.