1
0
mirror of git://projects.qi-hardware.com/fped.git synced 2024-09-30 13:07:37 +03:00

Makefile (manps): new target to show man page as Postscript

This commit is contained in:
Werner Almesberger 2016-03-21 21:57:28 -03:00
parent a9ed5b30aa
commit c04bb8f4e8

View File

@ -90,7 +90,7 @@ endif
# ----- Rules -----------------------------------------------------------------
.PHONY: all dep depend clean spotless
.PHONY: install uninstall manual upload-manual man
.PHONY: install uninstall manual upload-manual man manps
.PHONY: montage test tests valgrind
.SUFFIXES: .fig .xpm .ppm
@ -157,6 +157,9 @@ man:
# less is for converting overstriking to bold
groff -Tascii -mandoc fped.1 | less
manps:
groff -Tps -mandoc fped.1 | gv -
# ----- Debugging help --------------------------------------------------------
montage: