Skip to content

Make Makefile faster

Richard Lewis requested to merge rpil2/release-notes:make-Makefile-faster into master
  • dont call dpkg-parsechangelog (this alone saves significant time) to set PACKAGE to "release-notes"
  • remove duplicate variable ENGLISH-LAST-CHANGED-DATE -- we already put the same data into DATE so just use that: this means we dont need to generate source/conf.py from source/conf.py.in any more

Merge request reports

Loading