summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2019-05-08 09:43:47 -0300
committerJesusaves <cpntb1@ymail.com>2019-05-08 09:43:47 -0300
commit76ad95fb4c5312ce937a21ca68c20a737c5e61a9 (patch)
tree60ee84c7325c707fdb9edcd58375858d32a6669a /Makefile
parentf1e4c5b88183ce48b39daa1b3358a74a559634c3 (diff)
downloadclientdata-76ad95fb4c5312ce937a21ca68c20a737c5e61a9.tar.gz
clientdata-76ad95fb4c5312ce937a21ca68c20a737c5e61a9.tar.bz2
clientdata-76ad95fb4c5312ce937a21ca68c20a737c5e61a9.tar.xz
clientdata-76ad95fb4c5312ce937a21ca68c20a737c5e61a9.zip
Remove make contrib - move it to tools Makefile
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")