jack1 codebase
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 lines
366B

  1. .0.1:
  2. @[ -z "$$SOURCE_DATE_EPOCH" ] || d=--date=@$$SOURCE_DATE_EPOCH ; sed -e "s/!VERSION!/@JACK_RELEASE@/g" -e "s/!DATE!/`LC_ALL=C date $$d '+%B %Y'`/g" < $*.0 > $@
  3. @echo Built $*.1 from template
  4. manpages = $(patsubst %.0,%.1,$(wildcard *.0))
  5. clean-local:
  6. -rm -rf $(manpages)
  7. man1_MANS = $(manpages)
  8. BUILT_SOURCES = $(manpages)
  9. #dist_man_MANS = $(manpages)