Revision f774bd03 Makefile.am

b/Makefile.am
90 90
	$(addsuffix /*.py[co],$(DIRS)) \
91 91
	$(all_dirfiles) \
92 92
	$(PYTHON_BOOTSTRAP) \
93
	epydoc.conf \
93 94
	autotools/replace_vars.sed \
94 95
	daemons/daemon-util \
95 96
	daemons/ensure-dirs \
......
371 372
EXTRA_DIST = \
372 373
	NEWS \
373 374
	UPGRADE \
375
	epydoc.conf.in \
374 376
	pylintrc \
375 377
	autotools/build-bash-completion \
376 378
	autotools/check-python-code \
......
623 625
	$(PANDOC) -s -f rst -t html -A man/footer.html $< | \
624 626
	  sed -e 's/\\@/@/g' > $@
625 627

  
626

  
627 628
man/%.7: man/%.7.in $(REPLACE_VARS_SED)
628 629
	sed -f $(REPLACE_VARS_SED) < $< > $@
629 630

  
......
633 634
man/%.html: man/%.html.in $(REPLACE_VARS_SED)
634 635
	sed -f $(REPLACE_VARS_SED) < $< > $@
635 636

  
637
epydoc.conf: epydoc.conf.in
638
	sed -e 's#@MODULES@#$(lint_python_code)#g' < $< > $@
639

  
636 640
vcs-version:
637 641
	if test -d .git; then \
638 642
	  git describe > $@; \

Also available in: Unified diff