summaryrefslogtreecommitdiff
path: root/Build/source/utils/asymptote/doc
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2009-05-21 00:29:27 +0000
committerKarl Berry <karl@freefriends.org>2009-05-21 00:29:27 +0000
commit58836deae44bdb428070b5252fe934ee5b2c8f2f (patch)
treedda601b31fb2ea2b381e4548a761edeadbbc873c /Build/source/utils/asymptote/doc
parent3cc0a8ce89d9399258a9a200ee43d3e57f752dca (diff)
generated
git-svn-id: svn://tug.org/texlive/trunk@13287 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/utils/asymptote/doc')
-rw-r--r--Build/source/utils/asymptote/doc/png/Makefile46
1 files changed, 0 insertions, 46 deletions
diff --git a/Build/source/utils/asymptote/doc/png/Makefile b/Build/source/utils/asymptote/doc/png/Makefile
deleted file mode 100644
index a62730f5ebc..00000000000
--- a/Build/source/utils/asymptote/doc/png/Makefile
+++ /dev/null
@@ -1,46 +0,0 @@
-ASYFILES = $(notdir $(wildcard ../*.asy)) latexusage.asy
-SOURCE = ../asymptote.texi ../version.texi ../options
-ASY = ../asy -dir ../base -config "" -render=0
-
-docdir = $(DESTDIR)/usr/local/share/doc/asymptote
-infodir = $(DESTDIR)${datarootdir}/info
-datarootdir = ${prefix}/share
-INSTALL = /usr/local/gnu/bin/install -c
-
-all: html info
-
-%.png: ../%.asy
- cd ..; $(ASY) -f png -o png/ $(notdir $<)
-
-latexusage.png: ../latexusage.eps
- convert -alpha Off -density 144x144 +antialias -geometry 50%x \
- ../latexusage.eps latexusage.png
-
-index.html: $(SOURCE) $(ASYFILES:.asy=.png)
- makeinfo --html ../asymptote -o .
-
-asymptote.info: $(SOURCE) $(ASYFILES:.asy=.png)
- makeinfo ../asymptote
-
-html: index.html
-
-info: asymptote.info
-
-clean: FORCE
- -rm -f *.png *.html asymptote.info* texput.aux texput.log
-
-distclean: FORCE clean
- -rm -f Makefile
-
-install:
- ${INSTALL} -d -m 755 $(infodir)
- ${INSTALL} -p -m 644 asymptote.info $(infodir)
- -${INSTALL} -p -m 644 asymptote.info-* $(infodir)
- -if test -z "$(DESTDIR)"; then \
- install-info --infodir=$(infodir) asymptote.info; \
- fi
-
-uninstall:
- -install-info --remove --infodir=$(infodir) asymptote.info
- -rm -f $(infodir)/asymptote.info $(infodir)/asymptote.info-*
-FORCE: