Demonstration of groff .psbb request handling code, for EPS and PDF input files
Revision | 8ca6d9693e3e7a36c765a637de17110750d5ce6a (tree) |
---|---|
Zeit | 2021-10-22 22:27:47 |
Autor | Keith Marshall <keith@user...> |
Commiter | Keith Marshall |
Clean state map generator files.
* GNUmakefile (clean): Augment commands to remove files...
[*.map]: ...matching this glob reference.
@@ -109,6 +109,6 @@ STATE_MAP_SCRIPT = -e '/@LEXER_STATE_MAP@/{r $@x' -e d -e '}' \ | ||
109 | 109 | |
110 | 110 | # Clean up rules |
111 | 111 | # |
112 | -clean:; $(RM) *.o psbb | |
112 | +clean:; $(RM) *.o *.map psbb | |
113 | 113 | realclean: clean |
114 | 114 | $(RM) `echo *.l | sed 's,\.l,.c,g'` *.tab.* *.a |