소스 검색

vendor/debian/makefile: apply 6f3c4e33 for debian/makefile as well

Michael Vogt 12 년 전
부모
커밋
7d15eeef6e
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      vendor/debian/makefile

+ 1 - 1
vendor/debian/makefile

@@ -5,7 +5,7 @@ SUBDIR=vendor/debian
 # Bring in the default rules
 include ../../buildlib/defaults.mak
 
-doc: sources.list
+doc binary: sources.list
 
 sources.list: sources.list.in ../../doc/apt-verbatim.ent
 	sed -e 's#&stable-codename;#$(shell ../getinfo debian-stable-codename)#g' $< > $@