diff options
Diffstat (limited to 'www/docs/Makefile')
-rw-r--r-- | www/docs/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/docs/Makefile b/www/docs/Makefile index 8394504264..e996c9da39 100644 --- a/www/docs/Makefile +++ b/www/docs/Makefile @@ -62,7 +62,7 @@ uisimulator.html: uisimulator.t uisimulator.raw $(TXT2HTML) $(ACTION) $< credits.raw: $(DOCS)/CREDITS $(TXT2HTML) - $(TXT2HTML) < $< > $@ + egrep -v '^( |People that have|$$)' $< | awk '{ print $$0 " <br>" }' > $@ credits.html: credits.t credits.raw $(TXT2HTML) $(ACTION) $< |