Missed a number of Makefiles in directories two levels down.

This commit is contained in:
Tim Edwards
2020-01-28 13:10:31 -05:00
parent 4c5f027104
commit da7cc2096d
7 changed files with 37 additions and 36 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ MAGICDIR = ../..
include $(MAGICDIR)/defs.mak
HTML_INSTDIR=$(LIBDIR)/magic/doc/html
HTML_INSTDIR=$(INSTALL_LIBDIR)/magic/doc/html
install: $(DESTDIR)${HTML_INSTDIR}
tar cf - . | (cd $(DESTDIR)${HTML_INSTDIR}; tar xf - )