You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Makefile
+11-5Lines changed: 11 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -76,13 +76,13 @@ html:
76
76
77
77
.PHONY: html-es
78
78
html-es:
79
-
$(SPHINXBUILD) -b html -D project="PySDR: Guia de uso para SDR/DSP con Python" -D exclude_patterns=_build,index.rst,content/*,index-nl.rst,content-nl/*,index-fr.rst,content-fr/*,index-ukraine.rst,content-ukraine/*,index-zh.rst,content-zh/* -D master_doc=index-es$(EXTENSIONS).$(BUILDDIR)/es/
79
+
$(SPHINXBUILD) -b html -D project="PySDR: Guia de uso para SDR/DSP con Python" -D exclude_patterns=_build,index.rst,content/*,index-nl.rst,content-nl/*,index-fr.rst,content-fr/*,index-ukraine.rst,content-ukraine/*,index-zh.rst,content-zh/*,index-ja.rst,content-ja/* -D master_doc=index-es$(EXTENSIONS).$(BUILDDIR)/es/
80
80
@echo
81
81
@echo"Spanish Build finished. The HTML pages are in$(BUILDDIR)/es/html."
82
82
83
83
.PHONY: html-nl
84
84
html-nl:
85
-
$(SPHINXBUILD) -b html -D project="PySDR: Een handleiding voor SDR en DSP met Python" -D exclude_patterns=_build,index.rst,content/*,index-fr.rst,content-fr/*,index-ukraine.rst,content-ukraine/*,index-zh.rst,content-zh/*,index-es.rst,content-es/* -D master_doc=index-nl$(EXTENSIONS).$(BUILDDIR)/nl/
85
+
$(SPHINXBUILD) -b html -D project="PySDR: Een handleiding voor SDR en DSP met Python" -D exclude_patterns=_build,index.rst,content/*,index-fr.rst,content-fr/*,index-ukraine.rst,content-ukraine/*,index-zh.rst,content-zh/*,index-es.rst,content-es/*,index-ja.rst,content-ja/* -D master_doc=index-nl$(EXTENSIONS).$(BUILDDIR)/nl/
86
86
@echo
87
87
@echo"Dutch Build finished. The HTML pages are in$(BUILDDIR)/nl/html."
88
88
@echo translating title of index and content pages
@@ -93,22 +93,28 @@ html-nl:
93
93
94
94
.PHONY: html-fr
95
95
html-fr:
96
-
$(SPHINXBUILD) -b html -D project="PySDR : un guide sur SDR et DSP à l'aide de Python" -D exclude_patterns=_build,index.rst,content/*,index-nl.rst,content-nl/*,index-ukraine.rst,content-ukraine/*,index-zh.rst,content-zh/*,index-es.rst,content-es/* -D master_doc=index-fr$(EXTENSIONS).$(BUILDDIR)/fr/
96
+
$(SPHINXBUILD) -b html -D project="PySDR : un guide sur SDR et DSP à l'aide de Python" -D exclude_patterns=_build,index.rst,content/*,index-nl.rst,content-nl/*,index-ukraine.rst,content-ukraine/*,index-zh.rst,content-zh/*,index-es.rst,content-es/*,index-ja.rst,content-ja/* -D master_doc=index-fr$(EXTENSIONS).$(BUILDDIR)/fr/
97
97
@echo
98
98
@echo"French Build finished. The HTML pages are in$(BUILDDIR)/fr/html."
99
99
100
100
.PHONY: html-ukraine
101
101
html-ukraine:
102
-
$(SPHINXBUILD) -b html -D project="PySDR: Посібник з SDR та DSP за допомогою Python" -D exclude_patterns=_build,index.rst,content/*,index-fr.rst,content-fr/*,index-nl.rst,content-nl/*,index-zh.rst,content-zh/*,index-es.rst,content-es/* -D master_doc=index-ukraine$(EXTENSIONS).$(BUILDDIR)/ukraine/
102
+
$(SPHINXBUILD) -b html -D project="PySDR: Посібник з SDR та DSP за допомогою Python" -D exclude_patterns=_build,index.rst,content/*,index-fr.rst,content-fr/*,index-nl.rst,content-nl/*,index-zh.rst,content-zh/*,index-es.rst,content-es/*,index-ja.rst,content-ja/* -D master_doc=index-ukraine$(EXTENSIONS).$(BUILDDIR)/ukraine/
103
103
@echo
104
104
@echo"Build finished. The HTML pages are in$(BUILDDIR)/ukraine/html."