From 026b1ef0a8f545a2b412015443a0a4db78b23c53 Mon Sep 17 00:00:00 2001 From: blogic Date: Sat, 2 Jun 2007 23:17:43 +0000 Subject: the etrax bootloader tools source was added on initial merge, it is now sitting on the acme site, source should not be in this folder git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7465 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- target/linux/etrax-2.6/image/e100boot/src/doc/Makefile | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 target/linux/etrax-2.6/image/e100boot/src/doc/Makefile (limited to 'target/linux/etrax-2.6/image/e100boot/src/doc/Makefile') diff --git a/target/linux/etrax-2.6/image/e100boot/src/doc/Makefile b/target/linux/etrax-2.6/image/e100boot/src/doc/Makefile deleted file mode 100644 index df6076b8e..000000000 --- a/target/linux/etrax-2.6/image/e100boot/src/doc/Makefile +++ /dev/null @@ -1,17 +0,0 @@ -OBJS=e100boot.1 e100boot.html - -all: $(OBJS) - -%.1: %.pod - pod2man $< > $@ - -%.html: %.pod - pod2html $< > $@ - @rm -f pod2htmd.x~~ pod2htmi.x~~ - -clean: - rm -f *cache *~ - -# The 'clean' doesn't remove the generated documentation as we want -# them in the distribution. - -- cgit v1.2.3