summaryrefslogtreecommitdiff
path: root/Build/source/utils/asymptote/doc/png/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/utils/asymptote/doc/png/Makefile.in')
-rw-r--r--Build/source/utils/asymptote/doc/png/Makefile.in19
1 files changed, 12 insertions, 7 deletions
diff --git a/Build/source/utils/asymptote/doc/png/Makefile.in b/Build/source/utils/asymptote/doc/png/Makefile.in
index a2eaa52f32a..2af460f8252 100644
--- a/Build/source/utils/asymptote/doc/png/Makefile.in
+++ b/Build/source/utils/asymptote/doc/png/Makefile.in
@@ -19,27 +19,32 @@ latexusage.png: ../latexusage.eps
index.html: $(SOURCE) $(ASYFILES:.asy=.png)
makeinfo --html ../asymptote -o .
-asymptote.info: $(SOURCE) $(ASYFILES:.asy=.png)
+asymptote.info: $(SOURCE)
+ makeinfo --no-split ../asymptote >& /dev/null
+
+info: asymptote.info $(SOURCE)
makeinfo --no-split ../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: asymptote.info
+ ${INSTALL} -d -m 755 $(infodir)/asymptote
+ ${INSTALL} -p -m 644 asymptote.info $(infodir)/asymptote
-if test -z "$(DESTDIR)"; then \
install-info --infodir=$(infodir) asymptote.info; \
fi
+install-all: all install
+ ${INSTALL} -p -m 644 *.png $(infodir)/asymptote
+
uninstall:
-install-info --remove --infodir=$(infodir) asymptote.info
- -rm -f $(infodir)/asymptote.info $(infodir)/asymptote.info-*
+ -cd $(infodir)/asymptote; rm -f asymptote.info *.png
+ -rmdir -f $(infodir)/asymptote
FORCE: