summaryrefslogtreecommitdiff
path: root/language/thai/thailatex/doc/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'language/thai/thailatex/doc/Makefile.am')
-rw-r--r--language/thai/thailatex/doc/Makefile.am23
1 files changed, 0 insertions, 23 deletions
diff --git a/language/thai/thailatex/doc/Makefile.am b/language/thai/thailatex/doc/Makefile.am
deleted file mode 100644
index 3862c47015..0000000000
--- a/language/thai/thailatex/doc/Makefile.am
+++ /dev/null
@@ -1,23 +0,0 @@
-DOC_FILES = orchid.tex utf-example.tex
-
-examplesdir = $(docdir)/examples
-examples_DATA = $(DOC_FILES)
-
-EXTRA_DIST = $(DOC_FILES) $(check_SCRIPTS)
-
-CLEANFILES = *.log *.aux *.ttex *.pdf
-
-SUFFIXES = .tex .pdf
-
-.tex.pdf:
- if test "x$(SWATH)" != "xno" ; then \
- $(SWATH) -f latex < $< > $@.ttex ; \
- elif test "x$(CTTEX)" != "xno" ; then \
- $(CTTEX) -W < $< > $@.ttex ; \
- else \
- cp $< $@.ttex ; \
- fi
- $(PDFLATEX) $@.ttex
- $(PDFLATEX) $@.ttex
- mv $@.pdf $@
-