Changeset 3f5a28b


Ignore:
Timestamp:
Jul 13, 2017, 7:58:22 AM (7 years ago)
Author:
Peter A. Buhr <pabuhr@…>
Branches:
ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, deferred_resn, demangler, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, new-env, no_list, persistent-indexer, pthread-emulation, qualifiedEnum, resolv-new, with_gc
Children:
e9a3c69d
Parents:
e9bb0e5
Message:

remove backported enumitem and listings macros, update Makefile

Location:
doc
Files:
25 deleted
1 edited

Legend:

Unmodified
Added
Removed
  • doc/user/Makefile

    re9bb0e5 r3f5a28b  
    11## Define the appropriate configuration variables.
    22
    3 TeXLIB = .:../LaTeXmacros:../LaTeXmacros/listings:../LaTeXmacros/enumitem:../bibliography/:
     3TeXLIB = .:../LaTeXmacros:../bibliography/:
    44LaTeX  = TEXINPUTS=${TeXLIB} && export TEXINPUTS && latex -halt-on-error
    55BibTeX = BIBINPUTS=${TeXLIB} && export BIBINPUTS && bibtex
Note: See TracChangeset for help on using the changeset viewer.