File tree 1 file changed +1
-9
lines changed
1 file changed +1
-9
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ add_custom_command(OUTPUT fuse-cpp-ramfs.ps
5
5
add_custom_target (postscript ALL
6
6
DEPENDS fuse-cpp-ramfs.ps)
7
7
8
- # Set GROFF_NO_SGR because the following txt rule running ul is incompatible with the
8
+ # Set GROFF_NO_SGR because the following txt rule running ul is incompatible with the
9
9
# default.
10
10
add_custom_command (OUTPUT fuse-cpp-ramfs.1
11
11
COMMAND export GROFF_NO_SGR=1 && groff -e -T ascii -man ${CMAKE_CURRENT_SOURCE_DIR} /fuse-cpp-ramfs.man > fuse-cpp-ramfs.1
@@ -21,14 +21,6 @@ add_custom_command(OUTPUT fuse-cpp-ramfs.txt
21
21
add_custom_target (txt ALL
22
22
DEPENDS fuse-cpp-ramfs.txt)
23
23
24
- add_custom_command (OUTPUT fuse-cpp-ramfs.pdf
25
- COMMAND ps2pdf fuse-cpp-ramfs.ps > fuse-cpp-ramfs.pdf
26
- DEPENDS fuse-cpp-ramfs.ps
27
- COMMENT "Creating pdf file" )
28
- add_custom_target (pdf ALL
29
- DEPENDS fuse-cpp-ramfs.pdf)
30
-
31
24
install (FILES "${CMAKE_CURRENT_BINARY_DIR} /fuse-cpp-ramfs.ps" DESTINATION "${DOCDIR} " )
32
25
install (FILES fuse-cpp-ramfs.man DESTINATION "${MANDIR} /man1" RENAME fuse-cpp-ramfs.1)
33
26
install (FILES "${CMAKE_CURRENT_BINARY_DIR} /fuse-cpp-ramfs.txt" DESTINATION "${DOCDIR} " )
34
- install (FILES "${CMAKE_CURRENT_BINARY_DIR} /fuse-cpp-ramfs.pdf" DESTINATION "${DOCDIR} " )
You can’t perform that action at this time.
0 commit comments