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 a902adf commit fb04de8Copy full SHA for fb04de8
Makefile
@@ -35,10 +35,11 @@ clean:
35
$(TEXINFO) $(MANPAGE):
36
$(CURL) --remote-name $(HOST)/$($(@)_repopath)/$@
37
38
-# TODO: Remove the line after this comment once the next release after 3.3.1
+# TODO: Remove the two lines after this comment once the next release after 3.3.1
39
# is published as it will include the necessary changes for version.texi and
40
# related files to be fetched from the tag instead of the master branch.
41
-version.texi: LATEST := master
+version.texi: OWNER := afh
42
+version.texi: LATEST := refactor-version-info
43
version.texi:
44
$(CURL) --parallel --create-dirs \
45
--output-dir doc --remote-name $(HOST)/$(OWNER)/$(REPO)/$(LATEST)/doc/$@.in \
0 commit comments