Changeset 4096de0 for doc/user/Makefile


Ignore:
Timestamp:
Jul 6, 2016, 9:11:20 PM (8 years ago)
Author:
Peter A. Buhr <pabuhr@…>
Branches:
ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, ctor, deferred_resn, demangler, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, memory, new-ast, new-ast-unique-expr, new-env, no_list, persistent-indexer, pthread-emulation, qualifiedEnum, resolv-new, with_gc
Children:
a17e7b8
Parents:
99f11dd
Message:

write pointer/reference section, update LaTeX macros

File:
1 edited

Legend:

Unmodified
Added
Removed
  • doc/user/Makefile

    r99f11dd r4096de0  
    1313FIGURES = ${addsuffix .tex, \
    1414Cdecl \
     15pointer1 \
    1516}
    1617
    1718PICTURES = ${addsuffix .pstex, \
     19pointer2 \
    1820}
    1921
     
    7173        fig2dev -L ps $< > $@
    7274
     75%.pstex : %.fig
     76        fig2dev -L pstex $< > $@
     77        fig2dev -L pstex_t -p $@ $< > $@_t
     78
    7379# Local Variables: #
    7480# compile-command: "make" #
Note: See TracChangeset for help on using the changeset viewer.