Browse Source

* also install faq.html

peter 25 years ago
parent
commit
19ef67c838
2 changed files with 2 additions and 2 deletions
  1. 1 1
      install/Makefile
  2. 1 1
      install/Makefile.fpc

+ 1 - 1
install/Makefile

@@ -1055,7 +1055,7 @@ installbase: build-stamp
 	$(MKDIR) $(DOCINSTALLDIR)
 	$(MKDIR) $(BININSTALLDIR)
 # readme & whatsnew and docs
-	$(COPY) doc/*.txt doc/copying* $(DOCINSTALLDIR)
+	$(COPY) doc/*.txt doc/copying* doc/faq.html $(DOCINSTALLDIR)
 # bingo32 (cwsdpmi,wmemu387.dxe)
 ifeq ($(OS_TARGET),go32v2)
 	$(COPY) bingo32/* $(BININSTALLDIR)

+ 1 - 1
install/Makefile.fpc

@@ -146,7 +146,7 @@ installbase: build-stamp
         $(MKDIR) $(DOCINSTALLDIR)
         $(MKDIR) $(BININSTALLDIR)
 # readme & whatsnew and docs
-        $(COPY) doc/*.txt doc/copying* $(DOCINSTALLDIR)
+        $(COPY) doc/*.txt doc/copying* doc/faq.html $(DOCINSTALLDIR)
 # bingo32 (cwsdpmi,wmemu387.dxe)
 ifeq ($(OS_TARGET),go32v2)
         $(COPY) bingo32/* $(BININSTALLDIR)