summaryrefslogtreecommitdiffstats
path: root/xslt
diff options
context:
space:
mode:
authorDavid Sommerseth <dazo@users.sourceforge.net>2009-04-02 15:41:53 +0200
committerDavid Sommerseth <dazo@users.sourceforge.net>2009-04-02 15:41:53 +0200
commit525d4ba9f81dcc457e852dff0fef0f9675b3393e (patch)
treebb602dbee3474b072a56e8ebc1a80c3a25eb88b6 /xslt
parent5b6c3ba53f33dfe75ddfbb0cf62996f9b3d8de4c (diff)
downloadeurephia-525d4ba9f81dcc457e852dff0fef0f9675b3393e.tar.gz
eurephia-525d4ba9f81dcc457e852dff0fef0f9675b3393e.tar.xz
eurephia-525d4ba9f81dcc457e852dff0fef0f9675b3393e.zip
Added missing XSLT files for install rules
Diffstat (limited to 'xslt')
-rw-r--r--xslt/eurephiadm/CMakeLists.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/xslt/eurephiadm/CMakeLists.txt b/xslt/eurephiadm/CMakeLists.txt
index e35aec1..d8b1219 100644
--- a/xslt/eurephiadm/CMakeLists.txt
+++ b/xslt/eurephiadm/CMakeLists.txt
@@ -1,5 +1,9 @@
SET(eurephiadm_XSLT
+ adminaccess.xsl
+ certificates.xsl
fwadmin.xsl
lastlog.xsl
+ usercerts.xsl
+ users.xsl
)
INSTALL(FILES ${eurephiadm_XSLT} DESTINATION ${EUREPHIADM_XSLT_PATH}/)