Revision 75f76703

b/Makefile.am
649 649
man/%.html: man/%.html.in $(REPLACE_VARS_SED)
650 650
	sed -f $(REPLACE_VARS_SED) < $< > $@
651 651

  
652
epydoc.conf: epydoc.conf.in
653
	sed -e 's#@MODULES@#$(lint_python_code)#g' < $< > $@
652
epydoc.conf: epydoc.conf.in Makefile
653
	sed -e 's#@MODULES@#$(strip $(lint_python_code))#g' < $< > $@
654 654

  
655 655
vcs-version:
656 656
	if test -d .git; then \

Also available in: Unified diff