From 6b59540a2460633df4e3d8347cb4dfe2fb3a3afb Mon Sep 17 00:00:00 2001 From: Cyril Cohen Date: Wed, 16 Oct 2019 11:26:43 +0200 Subject: removing everything but index which redirects to the new page --- docs/htmldoc/Makefile | 28 ---------------------------- 1 file changed, 28 deletions(-) delete mode 100644 docs/htmldoc/Makefile (limited to 'docs/htmldoc/Makefile') diff --git a/docs/htmldoc/Makefile b/docs/htmldoc/Makefile deleted file mode 100644 index e4ef690..0000000 --- a/docs/htmldoc/Makefile +++ /dev/null @@ -1,28 +0,0 @@ -H=@ - -ifeq "$(COQBIN)" "" -COQBIN=$(dir $(shell which coqtop))/ -endif - -SRC=$(shell grep 'v *$$' ../../mathcomp/Make) - -all: - $(H) git diff-index HEAD ||\ - (echo error: uncommitted files; exit 1) - $(H) cd ../../mathcomp;\ - $(COQBIN)/coqdep -R . mathcomp $(SRC) 2>/dev/null |\ - grep -v vio: > ../docs/htmldoc/depend - $(H) cat depend | ./buildlibgraph cytoscape $(SRC) > depend.js - $(H) . ../../etc/utils/builddoc_lib.sh; \ - cd ../../mathcomp; mangle_sources $(SRC) - $(H) make -C ../../mathcomp clean - $(H) make -C ../../mathcomp -j2 - $(H) cd ../../mathcomp; \ - $(COQBIN)/coqdoc -t "Mathematical Components"\ - -g --utf8 -R . mathcomp \ - --parse-comments \ - --multi-index $(SRC) -d ../docs/htmldoc/ - $(H) cp ../../etc/artwork/coqdoc.css . - $(H) cd ../../mathcomp; git checkout $(SRC) - - -- cgit v1.2.3