summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile14
1 files changed, 1 insertions, 13 deletions
diff --git a/Makefile b/Makefile
index c6b8c795..583e74f8 100644
--- a/Makefile
+++ b/Makefile
@@ -7,22 +7,10 @@ XSLTPROC = xsltproc
all:
@echo "Normal: build pipeline"
- @echo "Standard: contrib about-server wiki check-png testxml license icc"
+ @echo "Standalone: check-png testxml license icc"
@echo "Groups: build check pipeline"
-contrib: about-server wiki
-
-contributors: contrib
-
-about-server:
- @$(XSLTPROC) -o help/about-server.txt ../tools/contrib_xsl/about-server.xsl ../tools/contrib_xsl/contributors.xml
- @echo "The file about-server.txt was created successfully."
-
-wiki:
- @$(XSLTPROC) ../tools/contrib_xsl/wiki.xsl ../tools/contrib_xsl/contributors.xml > ../wiki/Contributors.md
- @echo "Wiki generated"
-
check: check-xml check-png testxml
PNGS = $(shell find . -type f -name "*.png")