X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?p=chiark-utils.git;a=blobdiff_plain;f=backup%2FMakefile;fp=backup%2FMakefile;h=16260e6e5c1d2b154ddfebd057faee67603fa119;hp=aefb18619f975255fc94cc96129fc395b79b20e4;hb=5be70e1e6615ac811f61b760548022239141ac7b;hpb=2fe2409727cb93102f3494fc10cbbff8d41d9880 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; \