]> andersk Git - moira.git/commitdiff
install moira.h & moira_site.h
authormar <mar>
Fri, 10 Apr 1992 18:48:43 +0000 (18:48 +0000)
committermar <mar>
Fri, 10 Apr 1992 18:48:43 +0000 (18:48 +0000)
include/Imakefile

index 81a667b9385be8feafadf6eb56b9cfb28ffe4ab5..e1a23be7604ac95f67d6e7320c01a870a53b59f3 100644 (file)
@@ -15,3 +15,8 @@ SRCDIR=$(SRCTOP)/include
 all::
 
 depend:: ${CODE}
+
+install::
+       -mkdir ${DESTDIR}${INCLDIR}
+       for i in moira.h moira_site.h; do \
+               ${INSTALLFILE} $$i ${DESTDIR}${INCLDIR}/$$i; done
This page took 0.084059 seconds and 5 git commands to generate.