diff options
Diffstat (limited to 'masterdb/Makefile.am')
-rw-r--r-- | masterdb/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/masterdb/Makefile.am b/masterdb/Makefile.am index fd571b0..2154845 100644 --- a/masterdb/Makefile.am +++ b/masterdb/Makefile.am @@ -9,10 +9,10 @@ CLEANFILES = $(sgmldbs_DATA) %.html.xml: %.xml $(AM_V_GEN)$(SED) \ - -e 's|__db__|html|g' \ + -e 's|@db@|html|g' \ -e 's|@datarootdir[@]|$(datarootdir)|g' < $< > $@ %.pdf.xml: %.xml $(AM_V_GEN)$(SED) \ - -e 's|__db__|pdf|g' \ + -e 's|@db@|pdf|g' \ -e 's|@datarootdir[@]|$(datarootdir)|g' < $< > $@ |