We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f14d665 commit f4cbec8Copy full SHA for f4cbec8
docs/src/Submakefile
@@ -660,6 +660,8 @@ $(DOC_DIR)/html/zh_CN/xref.html: objects/xref_zh_CN.xml $(DOC_SRCDIR)/xref.xsl $
660
$(ECHO) Converting $< to HTML
661
@xsltproc --stringparam docname "xref_zh_CN" --stringparam language chinese --path objects -o $@ $(DOC_SRCDIR)/xref.xsl $<
662
663
+default: docs
664
+
665
install-doc-pdf:
666
$(DIR) $(DESTDIR)$(docsdir)
667
$(FILE) $(PDF_TARGETS) $(DESTDIR)$(docsdir)
src/Makefile
@@ -20,7 +20,7 @@
20
#
21
22
23
-default: build-software docs
+default: build-software
24
25
install: install-software install-docs
26
0 commit comments