X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?a=blobdiff_plain;f=backup%2FMakefile;h=16260e6e5c1d2b154ddfebd057faee67603fa119;hb=7c916779d66b99e5a7f4895accceb5e8733b123f;hp=aefb18619f975255fc94cc96129fc395b79b20e4;hpb=a7c2eb95b90145bf5826e195189f783516e21579;p=chiark-utils.git diff --git a/backup/Makefile b/backup/Makefile index aefb186..16260e6 100644 --- a/backup/Makefile +++ b/backup/Makefile @@ -65,6 +65,10 @@ install: all $(INSTALL_SHARE) $(SHAREFILES) $(sharedir) $(INSTALL_SCRIPT) $(SHARESCRIPTS) $(sharedir) +install-docs: + $(INSTALL_DIRECTORY) $(txtdocdir) + $(INSTALL_SHARE) iwjbackup.txt $(txtdocdir)/README + install-examples: set -e; for e in $(EXAMPLES); do \ cd examples/$$e; \