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 a7159c9 commit d9c993eCopy full SHA for d9c993e
Makefile
@@ -35,11 +35,10 @@ clean:
35
$(TEXINFO) $(MANPAGE):
36
$(CURL) --remote-name $(HOST)/$($(@)_repopath)/$@
37
38
-# TODO: Remove the two lines after this comment once the next release after 3.3.1
+# TODO: Remove the line 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: OWNER := afh
42
-version.texi: LATEST := refactor-version-info
+version.texi: LATEST := master
43
version.texi:
44
$(CURL) --parallel --create-dirs \
45
--output-dir doc --remote-name $(HOST)/$(OWNER)/$(REPO)/$(LATEST)/doc/$@.in \
0 commit comments