Skip to content

Commit d9c993e

Browse files
afhtbm
authored andcommitted
Revert "Remove/Revert this commit once ledger#2208 is merged"
This reverts commit e6b2f3a.
1 parent a7159c9 commit d9c993e

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

Makefile

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,10 @@ clean:
3535
$(TEXINFO) $(MANPAGE):
3636
$(CURL) --remote-name $(HOST)/$($(@)_repopath)/$@
3737

38-
# TODO: Remove the two lines after this comment once the next release after 3.3.1
38+
# TODO: Remove the line after this comment once the next release after 3.3.1
3939
# is published as it will include the necessary changes for version.texi and
4040
# 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
41+
version.texi: LATEST := master
4342
version.texi:
4443
$(CURL) --parallel --create-dirs \
4544
--output-dir doc --remote-name $(HOST)/$(OWNER)/$(REPO)/$(LATEST)/doc/$@.in \

0 commit comments

Comments
 (0)