Skip to content

Commit

Permalink
added developermanual
Browse files Browse the repository at this point in the history
  • Loading branch information
chriamue committed Sep 27, 2016
1 parent bbfb25f commit ce7f0ca
Show file tree
Hide file tree
Showing 3 changed files with 1,683 additions and 0 deletions.
12 changes: 12 additions & 0 deletions developermanual/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
CMAKE_MINIMUM_REQUIRED(VERSION 3.0.0)

PROJECT(DeveloperManual_DOC NONE)

INCLUDE(UseLATEX.cmake)

ADD_LATEX_DOCUMENT(hypha-developer-manual.tex
IMAGE_DIRS .
DEFAULT_PDF
)
INSTALL(FILES ${CMAKE_CURRENT_BINARY_DIR}/hypha-developer-manual.pdf
DESTINATION /usr/share/doc/Hypha )
Loading

0 comments on commit ce7f0ca

Please sign in to comment.