[debian-edu-commits] [Git][debian-edu/debian-edu-doc][master] Makefile.common: correct shell command related syntax to fix hanging build process

Mike Gabriel (@sunweaver) gitlab at salsa.debian.org
Mon Jan 27 14:09:40 GMT 2025



Mike Gabriel pushed to branch master at Debian Edu / debian-edu-doc


Commits:
46b58899 by Wolfgang Schweer at 2025-01-25T13:31:04+00:00
Makefile.common: correct shell command related syntax to fix hanging build process
- - - - -


1 changed file:

- documentation/common/Makefile.common


Changes:

=====================================
documentation/common/Makefile.common
=====================================
@@ -12,14 +12,14 @@ DBTOEPUB = dbtoepub
 XP = xsltproc --nonet --novalid --xinclude ../common/html.xsl
 DBLATEX = SOURCE_DATE_EPOCH=$$SOURCE_DATE_EPOCH SOURCE_DATE_EPOCH_TEX_PRIMITIVES=1 dblatex "--tmpdir=texdir" -T native -b xetex -p ../common/dblatex.xsl
 # Language specific date formatting
-DATE_00 = $(shell dpkg-parsechangelog -l ../../debian/changelog -S Date | date -u "+%Y"-"%m"-"%d" -f -)
-DATE_01 = $(shell dpkg-parsechangelog -l ../../debian/changelog -S Date | date -u "+%d"."%m"."%Y" -f -)
-DATE_02 = $(shell dpkg-parsechangelog -l ../../debian/changelog -S Date | date -u "+%d"-"%m"-"%Y" -f -)
-DATE_03 = $(shell dpkg-parsechangelog -l ../../debian/changelog -S Date | date -u "+%Y"年"%m"月"%d"日 -f -)
-DATE_04 = $(shell dpkg-parsechangelog -l ../../debian/changelog -S Date | date -u "+%d"/"%m"/"%Y" -f -)
-DATE_05 = $(shell dpkg-parsechangelog -l ../../debian/changelog -S Date | date -u "+%Y"/"%-m"/"%-d" -f -)
-DATE_06 = $(shell dpkg-parsechangelog -l ../../debian/changelog -S Date | date -u "+%-d"//"%-m"//"%y" -f -)
-DATE_07 = $(shell dpkg-parsechangelog -l ../../debian/changelog -S Date | date -u "+%d"//"%m"//"%y" -f -)
+DATE_00 := $(shell dpkg-parsechangelog -l ../../debian/changelog -S Date | date -u "+%Y"-"%m"-"%d" -f -)
+DATE_01 := $(shell dpkg-parsechangelog -l ../../debian/changelog -S Date | date -u "+%d"."%m"."%Y" -f -)
+DATE_02 := $(shell dpkg-parsechangelog -l ../../debian/changelog -S Date | date -u "+%d"-"%m"-"%Y" -f -).
+DATE_03 := $(shell dpkg-parsechangelog -l ../../debian/changelog -S Date | date -u "+%Y"年"%m"月"%d"日 -f -)
+DATE_04 := $(shell dpkg-parsechangelog -l ../../debian/changelog -S Date | date -u "+%d"/"%m"/"%Y" -f -)
+DATE_05 := $(shell dpkg-parsechangelog -l ../../debian/changelog -S Date | date -u "+%Y"/"%-m"/"%-d" -f -)
+DATE_06 := $(shell dpkg-parsechangelog -l ../../debian/changelog -S Date | date -u "+%-d"//"%-m"//"%y" -f -)
+DATE_07 := $(shell dpkg-parsechangelog -l ../../debian/changelog -S Date | date -u "+%d"//"%m"//"%y" -f -)
 SED_00= 's%</para><para> </para>%$(DATE_00)%'
 SED_01= 's%</para><para> </para>%$(DATE_01)%'
 SED_02= 's%</para><para> </para>%$(DATE_02)%'



View it on GitLab: https://salsa.debian.org/debian-edu/debian-edu-doc/-/commit/46b588999a3302269c1e1ba34a98ba0a8aff4d8a

-- 
View it on GitLab: https://salsa.debian.org/debian-edu/debian-edu-doc/-/commit/46b588999a3302269c1e1ba34a98ba0a8aff4d8a
You're receiving this email because of your account on salsa.debian.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-edu-commits/attachments/20250127/fa20a7c6/attachment-0001.htm>


More information about the debian-edu-commits mailing list