PHP Classes

File: docs/RFC/GNUmakefile

Recommend this page to a friend!
  Classes of Scott Arciszewski   PHP PASeTo   docs/RFC/GNUmakefile   Download  
File: docs/RFC/GNUmakefile
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP PASeTo
Encrypt and decrypt data with PaSeTO protocol
Author: By
Last change:
Date: 4 years ago
Size: 395 bytes
 

Contents

Class file image Download
FORMATS := html txt TARGETS := $(foreach ext,$(FORMATS),draft-paragon-paseto-rfc-01.$(ext)) .PHONY: all clean publish all: $(TARGETS) publish: all mkdir -p pages cp $(TARGETS) pages/ clean: rm -f $(TARGETS) draft-paragon-paseto-rfc-01.xml rm -rf pages draft-paragon-paseto-rfc-01.xml: paseto.md mmark -xml2 -page $< $@ %.txt: %.xml xml2rfc --text $< %.html: %.xml xml2rfc --html $<