]> git.donarmstrong.com Git - lilypond.git/blobdiff - stepmake/stepmake/texinfo-rules.make
Doc build: add macros for stable/unstable version numbers.
[lilypond.git] / stepmake / stepmake / texinfo-rules.make
index c0ae34e40394c8e3daedf86ce93bbf8238ba59c0..e3c602a6f7c653976073dd8406d09299ed754f95 100644 (file)
@@ -62,6 +62,14 @@ $(outdir)/version.%: $(top-src-dir)/VERSION
        echo '@macro version'> $@
        echo $(TOPLEVEL_VERSION)>> $@
        echo '@end macro'>> $@
+       echo ''>> $@
+       echo '@macro versionStable'>> $@
+       echo $(TOPLEVEL_VERSION_STABLE)>> $@
+       echo '@end macro'>> $@
+       echo ''>> $@
+       echo '@macro versionDevel'>> $@
+       echo $(TOPLEVEL_VERSION_DEVEL)>> $@
+       echo '@end macro'>> $@
 
 .SECONDARY: $(outdir)/version.itexi $(outdir)/version.texi \
   $(outdir)/$(INFO_IMAGES_DIR).info-images-dir-dep \