diff options
-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") |