mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-11-01 12:29:37 +01:00
* doc-pdf
This commit is contained in:
parent
724984f3f0
commit
7c16358f42
6
Makefile
6
Makefile
@ -2665,8 +2665,8 @@ FPCISSSUBST+=-d DisableDocs=;
|
|||||||
endif
|
endif
|
||||||
innocheck:
|
innocheck:
|
||||||
ifndef NODOCS
|
ifndef NODOCS
|
||||||
ifeq ($(wildcard docs-pdf.zip),)
|
ifeq ($(wildcard doc-pdf.zip),)
|
||||||
@$(ECHO) "No documentation available. Please copy the file docs-pdf.zip to this directory."
|
@$(ECHO) "No documentation available. Please copy the file doc-pdf.zip to this directory."
|
||||||
@exit 1
|
@exit 1
|
||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
@ -2678,7 +2678,7 @@ innobuild: innocheck build
|
|||||||
$(DELTREE) $(INNODIR)
|
$(DELTREE) $(INNODIR)
|
||||||
$(MKDIR) $(INNODIR)
|
$(MKDIR) $(INNODIR)
|
||||||
ifndef NODOCS
|
ifndef NODOCS
|
||||||
unzip -d $(INNODIR) docs-pdf.zip
|
unzip -d $(INNODIR) doc-pdf.zip
|
||||||
endif
|
endif
|
||||||
$(MAKE) install INSTALL_PREFIX=$(INNODIR)
|
$(MAKE) install INSTALL_PREFIX=$(INNODIR)
|
||||||
compiler/utils/fpcsubst -i install/fpc.ist -o $(INNODIR)/fpc.iss $(FPCISSSUBST)
|
compiler/utils/fpcsubst -i install/fpc.ist -o $(INNODIR)/fpc.iss $(FPCISSSUBST)
|
||||||
|
|||||||
@ -684,9 +684,9 @@ endif
|
|||||||
|
|
||||||
innocheck:
|
innocheck:
|
||||||
ifndef NODOCS
|
ifndef NODOCS
|
||||||
# Check for docs-pdf.zip
|
# Check for doc-pdf.zip
|
||||||
ifeq ($(wildcard docs-pdf.zip),)
|
ifeq ($(wildcard doc-pdf.zip),)
|
||||||
@$(ECHO) "No documentation available. Please copy the file docs-pdf.zip to this directory."
|
@$(ECHO) "No documentation available. Please copy the file doc-pdf.zip to this directory."
|
||||||
@exit 1
|
@exit 1
|
||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
@ -700,7 +700,7 @@ innobuild: innocheck build
|
|||||||
$(DELTREE) $(INNODIR)
|
$(DELTREE) $(INNODIR)
|
||||||
$(MKDIR) $(INNODIR)
|
$(MKDIR) $(INNODIR)
|
||||||
ifndef NODOCS
|
ifndef NODOCS
|
||||||
unzip -d $(INNODIR) docs-pdf.zip
|
unzip -d $(INNODIR) doc-pdf.zip
|
||||||
endif
|
endif
|
||||||
$(MAKE) install INSTALL_PREFIX=$(INNODIR)
|
$(MAKE) install INSTALL_PREFIX=$(INNODIR)
|
||||||
compiler/utils/fpcsubst -i install/fpc.ist -o $(INNODIR)/fpc.iss $(FPCISSSUBST)
|
compiler/utils/fpcsubst -i install/fpc.ist -o $(INNODIR)/fpc.iss $(FPCISSSUBST)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user