Ignore:
Timestamp:
Apr 3, 2023, 4:48:47 PM (3 years ago)
Author:
Mike Brooks <mlbrooks@…>
Branches:
ADT, ast-experimental, master, stuck-waitfor-destruct
Children:
1dfc3d0, e8b1f23c
Parents:
fa6ca1a (diff), 1689ecf (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc

File:
1 edited

Legend:

Unmodified
Added
Removed
  • doc/theses/colby_parsons_MMAth/Makefile

    rfa6ca1a r34b6a7b6  
    101101        -${BibTeX} ${Build}/${basename $@}
    102102        # Some citations reference others so run again to resolve these citations
    103         ${LaTeX} ${basename $@}.tex
    104         -${BibTeX} ${Build}/${basename $@}
     103#       ${LaTeX} ${basename $@}.tex
     104#       -${BibTeX} ${Build}/${basename $@}
    105105        # Make index from *.aux entries and input index at end of document
    106106        makeglossaries -q -s ${Build}/${basename $@}.ist ${Build}/${basename $@}
     
    115115        mkdir -p ${Build}
    116116
    117 %.tex : %.fig ${Build}
    118         fig2dev -L eepic $< > ${Build}/$@
     117# The following rules are currently unused but could be used later
     118# if we want to swap figures to be .pngs
     119# %.tex : %.fig ${Build}
     120#       fig2dev -L eepic $< > ${Build}/$@
    119121
    120 %.ps : %.fig | ${Build}
    121         fig2dev -L ps $< > ${Build}/$@
     122# %.ps : %.fig | ${Build}
     123#       fig2dev -L ps $< > ${Build}/$@
    122124
    123 %.pstex : %.fig | ${Build}
    124         fig2dev -L pstex $< > ${Build}/$@
    125         fig2dev -L pstex_t -p ${Build}/$@ $< > ${Build}/$@_t
     125# %.pstex : %.fig | ${Build}
     126#       fig2dev -L pstex $< > ${Build}/$@
     127#       fig2dev -L pstex_t -p ${Build}/$@ $< > ${Build}/$@_t
    126128
    127 #-----------------------------------------------------------------------------------
    128 # Tools to generate png files
    129 # to create a png we create a pdf and convert it to png
    130 %.png : build/%.pstex figures/%.tex ${Build}
    131         echo ${basename $@}
    132         ${LaTeX} figures/${basename $@}.tex
    133         dvips build/${basename $@}.dvi -o build/${basename $@}.ps
    134         ps2pdf build/${basename $@}.ps
    135         convert -negate ${basename $@}.pdf $@
     129# #-----------------------------------------------------------------------------------
     130# # Tools to generate png files
     131# # to create a png we create a pdf and convert it to png
     132# %.png : build/%.pstex figures/%.tex ${Build}
     133#       echo ${basename $@}
     134#       ${LaTeX} figures/${basename $@}.tex
     135#       dvips build/${basename $@}.dvi -o build/${basename $@}.ps
     136#       ps2pdf build/${basename $@}.ps
     137#       convert -negate ${basename $@}.pdf $@
    136138
    137139# creating a pdf of a figure requires generating some latex that just includes the figure
    138 figures/%.tex: build/%.pstex ${Build}
    139         echo -n         "\documentclass[preview]{standalone}\n"         \
    140                         "\usepackage[T1]{fontenc}\n"                    \
    141                         "\usepackage[usenames]{color}\n"                \
    142                         "\usepackage{graphicx}\n"                       \
    143                         "\usepackage{listings}\n"                       \
    144                         "\usepackage{xspace}\n"                         \
    145                         "\input{style}\n"                               \
    146                         "\\\\begin{document}\n"                         \
    147                         "{\\\\resizebox{3\\\\textwidth}{!}{\input{${basename ${notdir $@}}.pstex_t}}}\n" \
    148                         "\end{document}" > $@
     140# figures/%.tex: build/%.pstex ${Build}
     141#       echo -n         "\documentclass[preview]{standalone}\n"         \
     142#                       "\usepackage[T1]{fontenc}\n"                    \
     143#                       "\usepackage[usenames]{color}\n"                \
     144#                       "\usepackage{graphicx}\n"                       \
     145#                       "\usepackage{listings}\n"                       \
     146#                       "\usepackage{xspace}\n"                         \
     147#                       "\input{style}\n"                               \
     148#                       "\\\\begin{document}\n"                         \
     149#                       "{\\\\resizebox{3\\\\textwidth}{!}{\input{${basename ${notdir $@}}.pstex_t}}}\n" \
     150#                       "\end{document}" > $@
    149151
    150152data/%: ;
Note: See TracChangeset for help on using the changeset viewer.