Skip to content

Commit

Permalink
Hardcode version string for now
Browse files Browse the repository at this point in the history
  • Loading branch information
tarsius committed Jan 30, 2022
1 parent 2ef97f0 commit 43055ac
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 11 deletions.
7 changes: 0 additions & 7 deletions docs/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,6 @@ ORG_EVAL += --eval "(setq indent-tabs-mode nil)"
ORG_EVAL += --eval "(setq org-src-preserve-indentation nil)"
ORG_EVAL += --funcall org-texinfo-export-to-texinfo

# This target first bumps version strings in the Org source. The
# necessary tools might be missing so other targets do not depend
# on this target and it has to be run explicitly when appropriate.
#
# AMEND=t make texi Update manual to be amended to HEAD.
# VERSION=N make texi Update manual for release.
#
.PHONY: texi
texi:
@$(EMACS) $(ORG_ARGS) $(PKG).org $(ORG_EVAL)
Expand Down
4 changes: 2 additions & 2 deletions docs/forge.org
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@
#+texinfo_dir_category: Emacs
#+texinfo_dir_title: Forge: (forge).
#+texinfo_dir_desc: Access Git Forges from Magit
#+subtitle: for version {{{version}}}
#+subtitle: for version 0.3.0-git

#+setupfile: .orgconfig

Forge allows you to work with Git forges, such as Github and Gitlab,
from the comfort of Magit and the rest of Emacs.

#+texinfo: @noindent
This manual is for Forge version {{{version}}}.
This manual is for Forge version 0.3.0-git.

#+begin_quote
Copyright (C) 2018-{{{year}}} Jonas Bernoulli <[email protected]>
Expand Down
4 changes: 2 additions & 2 deletions docs/forge.texi
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ General Public License for more details.
@finalout
@titlepage
@title Forge User and Developer Manual
@subtitle for version v0.3.0-42-gf122f227+1
@subtitle for version 0.3.0-git
@author Jonas Bernoulli
@page
@vskip 0pt plus 1filll
Expand All @@ -48,7 +48,7 @@ Forge allows you to work with Git forges, such as Github and Gitlab,
from the comfort of Magit and the rest of Emacs.

@noindent
This manual is for Forge version v0.3.0-42-gf122f227+1.
This manual is for Forge version 0.3.0-git.

@quotation
Copyright (C) 2018-2022 Jonas Bernoulli <jonas@@bernoul.li>
Expand Down

0 comments on commit 43055ac

Please sign in to comment.