summaryrefslogtreecommitdiff
path: root/fml/doc/ja/tutorial
diff options
context:
space:
mode:
authorfukachan <fukachan>2001-04-23 09:33:54 +0000
committerfukachan <fukachan>2001-04-23 09:33:54 +0000
commitf0bfc437194a4f204a223f4a2e17bf6ab0cb34ee (patch)
treefe266c08e78ce505031cc4aeff44d0c385812df6 /fml/doc/ja/tutorial
parentfd488a4f2328482aedd590e49d3cdcd9952df150 (diff)
downloadfml8-f0bfc437194a4f204a223f4a2e17bf6ab0cb34ee.tar.gz
fml8-f0bfc437194a4f204a223f4a2e17bf6ab0cb34ee.tar.bz2
fml8-f0bfc437194a4f204a223f4a2e17bf6ab0cb34ee.zip
enforce TMP_DIR = null
Diffstat (limited to 'fml/doc/ja/tutorial')
-rw-r--r--fml/doc/ja/tutorial/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/fml/doc/ja/tutorial/Makefile b/fml/doc/ja/tutorial/Makefile
index 222ad529..1db31b1d 100644
--- a/fml/doc/ja/tutorial/Makefile
+++ b/fml/doc/ja/tutorial/Makefile
@@ -1,13 +1,14 @@
#
-# $FML: Makefile,v 1.2 2001/04/22 16:42:57 fukachan Exp $
+# $FML: Makefile,v 1.3 2001/04/23 03:49:48 fukachan Exp $
#
+TMP_DIR =
TARGET_DIR = ../../../../Documentation/ja/tutorial
all: export
html:
- sgmltools -v -b html -j "-v" fml-devel.sgml 2>&1 |\
+ env TMPDIR=$(TMP_DIR) sgmltools -v -b html -j "-v" fml-devel.sgml 2>&1 |\
uniq
clean: