Skip to content

Commit daf4714

Browse files
committed
We don't need PDF docs on server
1 parent f2f9405 commit daf4714

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

doc/english/CMakeLists.txt

+1-9
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ add_custom_command(OUTPUT fuse-cpp-ramfs.ps
55
add_custom_target(postscript ALL
66
DEPENDS fuse-cpp-ramfs.ps)
77

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
99
# default.
1010
add_custom_command(OUTPUT fuse-cpp-ramfs.1
1111
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
2121
add_custom_target(txt ALL
2222
DEPENDS fuse-cpp-ramfs.txt)
2323

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-
3124
install(FILES "${CMAKE_CURRENT_BINARY_DIR}/fuse-cpp-ramfs.ps" DESTINATION "${DOCDIR}")
3225
install(FILES fuse-cpp-ramfs.man DESTINATION "${MANDIR}/man1" RENAME fuse-cpp-ramfs.1)
3326
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}")

0 commit comments

Comments
 (0)