diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-05-08 09:43:47 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-05-08 09:43:47 -0300 |
commit | 76ad95fb4c5312ce937a21ca68c20a737c5e61a9 (patch) | |
tree | 60ee84c7325c707fdb9edcd58375858d32a6669a /Makefile | |
parent | f1e4c5b88183ce48b39daa1b3358a74a559634c3 (diff) | |
download | clientdata-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-- | Makefile | 14 |
1 files changed, 1 insertions, 13 deletions
@@ -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") |