From 30fde0b1d78cb018423e110aadba65062758e90b Mon Sep 17 00:00:00 2001 From: James Shubin Date: Mon, 18 Nov 2013 05:35:57 -0500 Subject: Added documentation to Puppet-Gluster. Run 'make docs' to generate an up-to-date .pdf of the documentation. Ironically, one reason I first started writing Puppet code, was so that I wouldn't have to write as much documentation anymore. --- Makefile | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 Makefile (limited to 'Makefile') diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..6b1528a --- /dev/null +++ b/Makefile @@ -0,0 +1,10 @@ +.PHONY: all docs +.SILENT: + +all: docs + +docs: puppet-gluster-documentation.pdf + +puppet-gluster-documentation.pdf: DOCUMENTATION.md + pandoc DOCUMENTATION.md -o 'puppet-gluster-documentation.pdf' + -- cgit