Merged the hostap_2.6 updates, and the Leap of Faith work, from the hostap_update...
[mech_eap.git] / libeap / www / Makefile
diff --git a/libeap/www/Makefile b/libeap/www/Makefile
deleted file mode 100644 (file)
index 68fdce2..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-all: versions.png
-
-%.png: %.fig
-       fig2dev -Lpng -s5.1 -S4 -m2 $< | \
-       pngtopnm | \
-       pnmscale -xscale 0.5 -yscale 0.5 | \
-       pnmtopng > $@
-
-%.fig: %.dot
-       dot $< -Tfig -o $@
-
-clean:
-       rm versions.png versions.fig