summaryrefslogtreecommitdiff
path: root/tex
diff options
context:
space:
mode:
authorJan Nieuwenhuizen <janneke@gnu.org>2004-07-13 01:24:45 +0000
committerJan Nieuwenhuizen <janneke@gnu.org>2004-07-13 01:24:45 +0000
commitc1fb671679be258cbd68c6ee00885a0bfbb30372 (patch)
treebe96823ae2be584297a7b85a42ece0e4545eb183 /tex
parentc4905a1f5b840d2b9f625e79a340e2a3a23dba08 (diff)
*** empty log message ***
Diffstat (limited to 'tex')
-rw-r--r--tex/SConscript7
1 files changed, 7 insertions, 0 deletions
diff --git a/tex/SConscript b/tex/SConscript
new file mode 100644
index 0000000000..3b54745ef2
--- /dev/null
+++ b/tex/SConscript
@@ -0,0 +1,7 @@
+# -*-python-*-
+
+Import ('env')
+sources = env['src_glob'] (env, '*.tex') + ['latin1.enc']
+dir = env['sharedir_package_version'] + '/tex'
+env.Install (dir, sources)
+env.Alias ('install', dir)