X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=debian%2Frules;h=bec00f898161be26d681421e791a74094adc491e;hb=e0faac242ef8d5c3b03ed3ea01808be930ca8e09;hp=6cba84169af902425072eaec6dfcc3bb0854c5dd;hpb=25ea0051baaf41ad510589df31e74e98efe46f27;p=debian%2Fdebian-policy.git diff --git a/debian/rules b/debian/rules index 6cba841..bec00f8 100755 --- a/debian/rules +++ b/debian/rules @@ -112,8 +112,10 @@ stamp-build: fi # The extra '.' in the tmac path doesn't matter if GROFF_TMAC_PATH=. cd fhs && $(MAKE) fhs.ps fhs.pdf fhs.txt - lynx -dump fhs-changes-2.1.html > fhs/fhs-changes-2.1.text - lynx -dump upgrading-checklist.html > upgrading-checklist.text + links -dump fhs-changes-2.1.html | perl -pe 's/[\r\0]//g' > \ + fhs/fhs-changes-2.1.text + links -dump upgrading-checklist.html | perl -pe 's/[\r\0]//g' > \ + upgrading-checklist.text $(MAKE) -C debconf_spec all gzip -9f debconf_spec/debconf_specification.txt touch stamp-build