- Timestamp:
- Feb 1, 2018, 10:03:35 AM (7 years ago)
- 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:
- 295e5071
- Parents:
- 281806b
- Location:
- doc/user
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
doc/user/Makefile
r281806b r23c27039 9 9 10 10 MAKEFLAGS = --no-print-directory --silent # 11 VPATH = ${ Figures}11 VPATH = ${Build} ${Figures} 12 12 13 13 ## Define the text source files. … … 56 56 dvips ${Build}/$< -o $@ 57 57 58 ${basename ${DOCUMENT}}.dvi : Makefile ${Build} ${GRAPHS} ${PROGRAMS} ${PICTURES} ${FIGURES} ${SOURCES} ${basename ${DOCUMENT}}.tex\58 ${basename ${DOCUMENT}}.dvi : Makefile ${Build} ${GRAPHS} ${PROGRAMS} ${PICTURES} ${FIGURES} ${SOURCES} \ 59 59 ${Macros}/common.tex ${Macros}/lstlang.sty ${Macros}/indexstyle ../bibliography/pl.bib 60 60 # Conditionally create an empty *.ind (index) file for inclusion until makeindex is run. -
doc/user/user.tex
r281806b r23c27039 11 11 %% Created On : Wed Apr 6 14:53:29 2016 12 12 %% Last Modified By : Peter A. Buhr 13 %% Last Modified On : Wed Jan 31 07:59:24201814 %% Update Count : 314 613 %% Last Modified On : Wed Jan 31 22:29:25 2018 14 %% Update Count : 3147 15 15 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% 16 16
Note: See TracChangeset
for help on using the changeset viewer.