Revision fc1282b8

b/Makefile.am
1031 1031
man/%: man/%.in  $(REPLACE_VARS_SED)
1032 1032
	sed -f $(REPLACE_VARS_SED) < $< > $@
1033 1033

  
1034
epydoc.conf: epydoc.conf.in Makefile
1035
	sed -e 's#@MODULES@#$(strip $(lint_python_code))#g' < $< > $@
1034
epydoc.conf: epydoc.conf.in $(REPLACE_VARS_SED)
1035
	sed -f $(REPLACE_VARS_SED) < $< > $@
1036 1036

  
1037 1037
vcs-version:
1038 1038
	if test -d .git; then \
......
1189 1189
	  echo 's#@GNTMASTERDGROUP@#$(MASTERD_GROUP)#g'; \
1190 1190
	  echo 's#@GNTDAEMONSGROUP@#$(DAEMONS_GROUP)#g'; \
1191 1191
	  echo 's#@CUSTOM_ENABLE_CONFD@#$(ENABLE_CONFD)#g'; \
1192
	  echo 's#@MODULES@#$(strip $(lint_python_code))#g'; \
1192 1193
	} > $@
1193 1194

  
1194 1195
# Using deferred evaluation

Also available in: Unified diff