summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/chapterfolder
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2006-01-11 23:51:43 +0000
committerKarl Berry <karl@freefriends.org>2006-01-11 23:51:43 +0000
commitfcebce177dd5438ff55d0637a35100af588f0335 (patch)
treee5c57d4c01763a13dd372a2d9fdfec0a150af911 /Master/texmf-dist/source/latex/chapterfolder
parentb479ff803a82675c360b8605c6b7b6b8986d85fe (diff)
trunk/Master/texmf-dist/source/latex/chapterfolder
git-svn-id: svn://tug.org/texlive/trunk@188 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex/chapterfolder')
-rw-r--r--Master/texmf-dist/source/latex/chapterfolder/Makefile.in18
1 files changed, 18 insertions, 0 deletions
diff --git a/Master/texmf-dist/source/latex/chapterfolder/Makefile.in b/Master/texmf-dist/source/latex/chapterfolder/Makefile.in
new file mode 100644
index 00000000000..18b533c6395
--- /dev/null
+++ b/Master/texmf-dist/source/latex/chapterfolder/Makefile.in
@@ -0,0 +1,18 @@
+#!/bin/sh
+LATEX = @latex@
+DOSSIER = @Base@
+
+.PHONY : all
+all :
+ @echo 'Utilisez make install pour installer le package chapterfolder dans le dossier local de texmf, a savoir '
+ @echo ${DOSSIER}/tex/latex/chapterfolder
+
+.PHONY : install
+install :
+ -mkdir -p ${DOSSIER}/tex/latex/chapterfolder/
+ cp chapterfolder.sty ${DOSSIER}/tex/latex/chapterfolder/
+ texhash
+
+.PHONY : uninstall
+uninstall :
+ -rm -fr ${DOSSIER}/text/latex/chapterfolder