diff options
author | Taco Hoekwater <taco@elvenkind.com> | 2009-08-23 11:11:32 +0000 |
---|---|---|
committer | Taco Hoekwater <taco@elvenkind.com> | 2009-08-23 11:11:32 +0000 |
commit | 8fc3039c82d48605b5ca8b2eda3f4fdd755681e1 (patch) | |
tree | 3cd9bbdd599bc4d1ac0409e167fee2136e4c0ec9 /Master/texmf-dist/doc/context/manuals/reference/en/Makefile | |
parent | 850fc99b7cd3ae7a20065531fe866ff7bae642ec (diff) |
this is context 2009.08.19 17:10
git-svn-id: svn://tug.org/texlive/trunk@14827 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/context/manuals/reference/en/Makefile')
-rw-r--r-- | Master/texmf-dist/doc/context/manuals/reference/en/Makefile | 102 |
1 files changed, 102 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/context/manuals/reference/en/Makefile b/Master/texmf-dist/doc/context/manuals/reference/en/Makefile new file mode 100644 index 00000000000..8dbd2fc6e99 --- /dev/null +++ b/Master/texmf-dist/doc/context/manuals/reference/en/Makefile @@ -0,0 +1,102 @@ + +sources = \ + co-backgrounds.tex \ + co-blocks.tex \ + co-columns.tex \ + co-colors.tex \ + co-descriptions.tex \ + co-documents.tex \ + co-figures.tex \ + co-formulas.tex \ + co-fonts.tex \ + co-frames.tex \ + co-interactive.tex \ + co-introduction.tex \ + co-language.tex \ + co-layers.tex \ + co-layout.tex \ + co-metapost.tex \ + co-modules.tex \ + co-pagedesign.tex \ + co-preface.tex \ + co-references.tex \ + co-tables.tex \ + co-tabulate.tex \ + co-textelements.tex \ + co-typography.tex \ + co-verbatim.tex + +pagedesign_sources = \ + pagedesign/co-en-1p.tex \ + pagedesign/co-en-1q.tex \ + pagedesign/co-en-2p.tex \ + pagedesign/co-en-2q.tex \ + pagedesign/co-en-3p.tex \ + pagedesign/co-en-3q.tex \ + pagedesign/co-en-4p.tex \ + pagedesign/co-en-4q.tex \ + pagedesign/co-en-5p.tex \ + pagedesign/co-en-5q.tex \ + pagedesign/co-en-6p.tex \ + pagedesign/co-en-6q.tex \ + pagedesign/co-en-7p.tex \ + pagedesign/co-en-7q.tex + +columns_sources = \ + columns/cols-000.tex \ + columns/cols-001.tex \ + columns/cols-002.tex \ + columns/cols-003.tex \ + columns/cols-004.tex \ + columns/cols-005.tex \ + columns/cols-006.tex \ + columns/cols-007.tex \ + columns/cols-101.tex \ + columns/cols-102.tex \ + columns/cols-103.tex \ + columns/cols-200.tex \ + columns/cols-201.tex \ + columns/cols-202.tex \ + columns/cols-203.tex \ + columns/cols-204.tex \ + columns/cols-205.tex \ + columns/cols-206.tex \ + columns/cols-301.tex \ + columns/cols-401.tex \ + columns/cols-402.tex \ + columns/cols-403.tex \ + columns/cols-404.tex \ + columns/cols-405.tex \ + columns/cols-406.tex \ + columns/cols-407.tex \ + columns/cols-501.tex \ + columns/cols-701.tex \ + columns/cols-702.tex \ + columns/cols-703.tex \ + columns/cols-704.tex \ + columns/cols-801.tex \ + columns/cols-802.tex \ + columns/cols-803.tex \ + columns/cols-804.tex \ + columns/cols-805.tex \ + columns/cols-806.tex + +contextref.pdf: contextref.tex contextref-env.tex $(sources) + texexec contextref + +clean: + texutil --purgeall + rm -f contextref-mp.{mpy,pdf,tex} + +clear: clean + rm -f contextref.pdf + +co-tables.tex: tables/registers-buffer.tex + touch co-tables.tex + +co-pagedesign.tex: $(pagedesign_sources) + touch co-pagedesign.tex + +co-columns.tex: $(columns_sources) + touch co-columns.tex + |