web: replace <pre> by <p>
[paraslash.git] / Makefile.in
index f7c7f1be4e65a87dc6b5b0d8fbb21232911e265f..688f32761aeeb27a9b9d616d9ca8d17a901cf8d4 100644 (file)
@@ -247,7 +247,7 @@ install: all
 ChangeLog:
        para_util changelog > $@
 web/%.in.html: %
-       grutatxt -nb < $< > $@
+       grutatxt -nb  < $<  | sed -e 's/pre/p/g'  > $@
 tags:
        rm -rf web/sync/HTML && gtags && htags -nF && mv HTML web/sync
 doc: