Skip to content

Commit ed20839

Browse files
committed
Sync step doc dir to github, except convert postscript files to pdf and fix page ordering of Fed-X document
1 parent 7474ff5 commit ed20839

26 files changed

Lines changed: 2838 additions & 4 deletions
187 KB
Binary file not shown.
492 KB
Binary file not shown.

doc/CMakeLists.txt

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
SET(scl_MANS
2-
man/man1/dataprobe.1
3-
man/man1/fedex.1
4-
man/man1/fedex_plus.1
2+
man/man1/dataprobe.1
3+
man/man1/fedex.1
4+
man/man1/fedex_plus.1
55
man/man1/mkProbe.1
66
)
7-
INSTALL(FILES ${scl_MANS} DESTINATION ${MAN_DIR}/man1)
7+
IF(NOT WIN32)
8+
INSTALL(FILES ${scl_MANS} DESTINATION ${CMAKE_INSTALL_PREFIX}/share/man/man1)
9+
ENDIF(NOT WIN32)
555 KB
Binary file not shown.

doc/Design_of_SCL_-_sauder95.pdf

55.4 KB
Binary file not shown.

doc/Doxyfile

Lines changed: 1750 additions & 0 deletions
Large diffs are not rendered by default.
49.1 KB
Binary file not shown.
21.8 KB
Binary file not shown.
36.7 KB
Binary file not shown.
16.3 KB
Binary file not shown.

0 commit comments

Comments
 (0)