summaryrefslogtreecommitdiff
path: root/man/html/importdata/GNUmakefile
diff options
context:
space:
mode:
authorIgor Pashev <pashev.igor@gmail.com>2014-10-26 12:33:50 +0400
committerIgor Pashev <pashev.igor@gmail.com>2014-10-26 12:33:50 +0400
commit47e6e7c84f008a53061e661f31ae96629bc694ef (patch)
tree648a07f3b5b9d67ce19b0fd72e8caa1175c98f1a /man/html/importdata/GNUmakefile
downloadpcp-debian/3.9.10.tar.gz
Debian 3.9.10debian/3.9.10debian
Diffstat (limited to 'man/html/importdata/GNUmakefile')
-rw-r--r--man/html/importdata/GNUmakefile20
1 files changed, 20 insertions, 0 deletions
diff --git a/man/html/importdata/GNUmakefile b/man/html/importdata/GNUmakefile
new file mode 100644
index 0000000..2fa2570
--- /dev/null
+++ b/man/html/importdata/GNUmakefile
@@ -0,0 +1,20 @@
+TOPDIR = ../../..
+include $(TOPDIR)/src/include/builddefs
+
+BUNDLE = importdata
+SCRIPT = mover2pcp
+LSRCFILES = $(SCRIPT) \
+ README moverv1 moverv2 moverv3 moverv4 \
+ mk.mover.log mover.log
+
+default:
+
+include $(BUILDRULES)
+
+install install-dev: default
+ $(INSTALL) -m 755 -d $(PCP_BOOKS_DIR)/html/$(BUNDLE)
+ $(INSTALL) -m 644 $(SCRIPT) $(PCP_BOOKS_DIR)/html/$(BUNDLE)/$(SCRIPT)
+
+default_pcp : default
+
+install_pcp : install