summaryrefslogtreecommitdiffstats
path: root/src/build/tocgen/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/build/tocgen/makefile')
-rw-r--r--src/build/tocgen/makefile20
1 files changed, 0 insertions, 20 deletions
diff --git a/src/build/tocgen/makefile b/src/build/tocgen/makefile
deleted file mode 100644
index cb872f1f1..000000000
--- a/src/build/tocgen/makefile
+++ /dev/null
@@ -1,20 +0,0 @@
-
-#Temporary implementation to get a PNOR TOC created. This will all change once the PNOR
-#layout is finalized and we put together some real build tools.
-#TODO: restructure to fit the usual makefile structure
-ROOTPATH = ../../..
-
-pnortoc:
- ${ROOTPATH}/src/build/tocgen/mkpnortoc.pl -i ${ROOTPATH}/src/build/tocgen/pnortoc.xml \
- -o ${ROOTPATH}/img/pnor.toc
-
-all: gen_pass
-
-code_pass:
-
-gen_pass: pnortoc
-
-clean:
-
-beam:
-
OpenPOWER on IntegriCloud