Forráskód Böngészése

doc: remove un-needed and incorrect rule

Nathalie Furmento 4 éve
szülő
commit
9502c417c1
2 módosított fájl, 0 hozzáadás és 9 törlés
  1. 0 4
      doc/doxygen/Makefile.am
  2. 0 5
      doc/doxygen_dev/Makefile.am

+ 0 - 4
doc/doxygen/Makefile.am

@@ -301,8 +301,4 @@ endif
 EXTRA_DIST += doxygen.cfg refman.tex \
 	      $(chapters) $(images)
 
-# Rule to update documentation on web server. Should only be called from benchmarks dalton directory
-PUBLISHDIR	?= /home/benchmarks/softs/starpu/starpu-scripts/mirror/files/doc
-update-web: $(DOX_PDF)
-	cp -pr starpu.pdf html $(PUBLISHDIR)
 

+ 0 - 5
doc/doxygen_dev/Makefile.am

@@ -245,8 +245,3 @@ endif
 EXTRA_DIST += doxygen.cfg refman.tex \
 	      $(chapters) $(images)
 
-# Rule to update documentation on web server. Should only be called from benchmarks dalton directory
-PUBLISHDIR	?= /home/benchmarks/softs/starpu/starpu-scripts/mirror/files/doc
-update-web: $(DOX_PDF)
-	cp -pr starpu_dev.pdf html_dev $(PUBLISHDIR)
-