Cosmetic: build/Makefile.asciidoc: remove comments

Remove some commented out code for renaming pdfs that we don't use, and
that is probably broken.

Change-Id: Ibfe9580976919175f1d1bf8f7b35e4bc295049ee
This commit is contained in:
Oliver Smith 2024-04-03 17:29:10 +02:00
parent 9ff6ddaa6d
commit 8819bd91ec
1 changed files with 0 additions and 4 deletions

View File

@ -22,10 +22,6 @@ COMMONDIR = $(OSMO_GSM_MANUALS_DIR)/common
GIT_VERSION := $(shell git describe --abbrev=4 --dirty --always --tags)
GIT_DATE := $(shell $(OSMO_GSM_MANUALS_DIR)/build/unix-time-to-fmt.py `git log -n 1 "--pretty=%at"`)
# prepend the document name with the version numbe suffix
#DOCS_VER = $(foreach P, $(ASCIIDOC_NAME), $(P)-v$(shell xmllint --recover --xpath "//revnumber[position()=last()]/text()" $(P)-docinfo.xml 2>/dev/null))
#PDFS = $(DOCS_VER:%=%.pdf)
# generate list of PDFs that we're supposed to render
ASCIIDOC_NAME = $(patsubst %.adoc,%,$(ASCIIDOC))
ASCIIDOC_PDF = $(ASCIIDOC_NAME:%=%.pdf)