summaryrefslogtreecommitdiff
path: root/web/noweb/contrib/norman/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'web/noweb/contrib/norman/Makefile')
-rw-r--r--web/noweb/contrib/norman/Makefile10
1 files changed, 10 insertions, 0 deletions
diff --git a/web/noweb/contrib/norman/Makefile b/web/noweb/contrib/norman/Makefile
new file mode 100644
index 0000000000..471f71e82b
--- /dev/null
+++ b/web/noweb/contrib/norman/Makefile
@@ -0,0 +1,10 @@
+LIB=/dev/null # to be overridden
+DIRS=numarkup
+
+all: ; for i in $(DIRS); do (cd $$i; make ICONC=$(ICONC) ICONT=$(ICONT) all); done
+install: ; for i in $(DIRS); do (cd $$i; make LIB=$(LIB) BIN=$(BIN) install); done
+source: ; for i in $(DIRS); do (cd $$i; make source); done
+clean: ; for i in $(DIRS); do (cd $$i; make clean); done
+iconlib: # cheap hack for slackmake
+ true
+