mirror of
git://projects.qi-hardware.com/fped.git
synced 2024-11-18 09:10:37 +02:00
Makefile (manps): new target to show man page as Postscript
This commit is contained in:
parent
a9ed5b30aa
commit
c04bb8f4e8
5
Makefile
5
Makefile
@ -90,7 +90,7 @@ endif
|
|||||||
# ----- Rules -----------------------------------------------------------------
|
# ----- Rules -----------------------------------------------------------------
|
||||||
|
|
||||||
.PHONY: all dep depend clean spotless
|
.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
|
.PHONY: montage test tests valgrind
|
||||||
|
|
||||||
.SUFFIXES: .fig .xpm .ppm
|
.SUFFIXES: .fig .xpm .ppm
|
||||||
@ -157,6 +157,9 @@ man:
|
|||||||
# less is for converting overstriking to bold
|
# less is for converting overstriking to bold
|
||||||
groff -Tascii -mandoc fped.1 | less
|
groff -Tascii -mandoc fped.1 | less
|
||||||
|
|
||||||
|
manps:
|
||||||
|
groff -Tps -mandoc fped.1 | gv -
|
||||||
|
|
||||||
# ----- Debugging help --------------------------------------------------------
|
# ----- Debugging help --------------------------------------------------------
|
||||||
|
|
||||||
montage:
|
montage:
|
||||||
|
Loading…
Reference in New Issue
Block a user